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 物件。

適用於