OperationContext.Channel Property

Definition

Gets the channel associated with the current OperationContext object.

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

Property Value

An IContextChannel associated with the current OperationContext.

Applies to