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 (Type^, Object^)
.NET Framework (current version)
Returns the contract description for a specified type of contract and service implementation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static ContractDescription^ GetContract( Type^ contractType, Object^ serviceImplementation )
Parameters
- contractType
-
Type:
System::Type^
The Type of contract.
- serviceImplementation
-
Type:
System::Object^
The Object that implements the service.
Return Value
Type: System.ServiceModel.Description::ContractDescription^The ContractDescription for the specified type of contract and service implementation.
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: