OperationContext.Host プロパティ

定義

現在のサービス オブジェクトの ServiceHost を取得します。

public:
 property System::ServiceModel::ServiceHostBase ^ Host { System::ServiceModel::ServiceHostBase ^ get(); };
public System.ServiceModel.ServiceHostBase Host { get; }
member this.Host : System.ServiceModel.ServiceHostBase
Public ReadOnly Property Host As ServiceHostBase

プロパティ値

ServiceHost オブジェクト。

適用対象