OperationContext.Channel プロパティ

定義

現在の OperationContext オブジェクトに関連付けられているチャネルを取得します。

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

プロパティ値

現在の IContextChannel に関連付けられている OperationContext

適用対象