ServiceHostBase::ImplementedContracts Property
.NET Framework (current version)
Retrieves the contracts implemented by the service hosted.
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
Available since 3.0
Show: