ContractDescription::GetContract Method
Returns the contract description for a specified type of contract.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetContract(Type^) | Returns the contract description for a specified type of contract. |
![]() ![]() | GetContract(Type^, Object^) | Returns the contract description for a specified type of contract and service implementation. |
![]() ![]() | GetContract(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).

