ConnectorFrameworkProxy.Channel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns IClientChannel monitoring connector's channel.