ConnectorFrameworkProxy.Channel Property

Definition

The underlying channel.

public:
 property System::ServiceModel::IClientChannel ^ Channel { System::ServiceModel::IClientChannel ^ get(); };
public System.ServiceModel.IClientChannel Channel { get; }
member this.Channel : System.ServiceModel.IClientChannel
Public ReadOnly Property Channel As IClientChannel

Property Value

IClientChannel

Returns IClientChannel monitoring connector's channel.

Applies to