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

適用対象