Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ContractDescription::GetContract Method

 

Returns the contract description for a specified type of contract.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetContract(Type^)

Returns the contract description for a specified type of contract.

System_CAPS_pubmethodSystem_CAPS_staticGetContract(Type^, Object^)

Returns the contract description for a specified type of contract and service implementation.

System_CAPS_pubmethodSystem_CAPS_staticGetContract(Type^, Type^)

Returns the contract description for a specified type of contract and a specified type of service.

The difference between the GetContract overloads is that the ones with two arguments allow you to find attributes from the service (for example, OperationBehaviorAttribute).

Return to top
Show:
© 2017 Microsoft