ContractDescription::GetContract Method (Type^)

 

Returns the contract description for a specified type of contract.

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

public:
static ContractDescription^ GetContract(
	Type^ contractType
)

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).

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: