This documentation is archived and is not being maintained.
ServiceContractGenerationOptions Enumeration
Visual Studio 2010
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 client class that extends ClientBase<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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: