ServiceHostBase.ImplementedContracts Property

Definition

Retrieves the contracts implemented by the service hosted.

protected:
 property System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ ImplementedContracts { System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ get(); };
protected public:
 property System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ ImplementedContracts { System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ get(); };
protected System.Collections.Generic.IDictionary<string,System.ServiceModel.Description.ContractDescription> ImplementedContracts { get; }
protected internal System.Collections.Generic.IDictionary<string,System.ServiceModel.Description.ContractDescription> ImplementedContracts { get; }
member this.ImplementedContracts : System.Collections.Generic.IDictionary<string, System.ServiceModel.Description.ContractDescription>
Protected ReadOnly Property ImplementedContracts As IDictionary(Of String, ContractDescription)
Protected Friend ReadOnly Property ImplementedContracts As IDictionary(Of String, ContractDescription)

Property Value

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

Applies to