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

一个与当前 IContextChannel 关联的 OperationContext

适用于