This documentation is archived and is not being maintained.
ServiceContractGenerationOptions Enumeration
Visual Studio 2008
Represents the contract generation options available using the System.ServiceModel.Description.ServiceContractGenerator.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.ServiceModel.DescriptionAssembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| None | No options specified. | |
| AsynchronousMethods | Generates asynchronous methods for operations in addition to synchronous versions. | |
| ChannelInterface | Generates an interface that derives from the contract interface and IClientChannel. | |
| InternalTypes | Causes all types to be marked internal. | |
| ClientClass | Generates a Windows Communication Foundation (WCF) client class that extends ClientBase(Of TChannel). | |
| TypedMessages | Generate message contracts. | |
| EventBasedAsynchronousMethods | Generates event-based asynchronous methods for operations in addition to synchronous versions. |
Use the ServiceContractGenerationOptions enumeration with the ServiceContractGenerator.Options property to control the generated contract code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: