OperationContext.Channel Propiedad

Definición

Obtiene el canal asociado con el objeto OperationContext actual.

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

Valor de propiedad

Un IContextChannel asociado con el OperationContext actual.

Se aplica a