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.

ServiceHostBase::ImplementedContracts Property

 

Retrieves the contracts implemented by the service hosted.

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

public protected:
property IDictionary<String^, ContractDescription^>^ ImplementedContracts {
	IDictionary<String^, ContractDescription^>^ get();
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, ContractDescription^>^

The IDictionary<TKey, TValue> that contains the ContractDescription objects for the service.

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