ContractDescription::GetContract Method (Type^)
.NET Framework (current version)
Returns the contract description for a specified type of contract.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- contractType
-
Type:
System::Type^
The Type of contract.
Return Value
Type: System.ServiceModel.Description::ContractDescription^The ContractDescription for the specified type of contract.
The difference between the GetContract overloads is that the ones with two arguments allow you to find attributes from the service (for example, OperationBehaviorAttribute).
.NET Framework
Available since 3.0
Available since 3.0
Show: