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 (Type^, Type^)

 

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

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

public:
static ContractDescription^ GetContract(
	Type^ contractType,
	Type^ serviceType
)

Parameters

contractType
Type: System::Type^

The Type of contract.

serviceType
Type: System::Type^

The Type of service.

Return Value

Type: System.ServiceModel.Description::ContractDescription^

The ContractDescription for the specified type of contract and 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).

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

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft