ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection) メソッド

定義

コントラクトとサービスの記述を指定して、サービス ホストの作成と初期化を行います。

protected:
 void InitializeDescription(System::ServiceModel::UriSchemeKeyedCollection ^ baseAddresses);
protected void InitializeDescription (System.ServiceModel.UriSchemeKeyedCollection baseAddresses);
member this.InitializeDescription : System.ServiceModel.UriSchemeKeyedCollection -> unit
Protected Sub InitializeDescription (baseAddresses As UriSchemeKeyedCollection)

パラメーター

baseAddresses
UriSchemeKeyedCollection

ホストされるサービスのベース アドレスを含む UriSchemeKeyedCollection

適用対象