다음을 통해 공유


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입니다.

적용 대상