DiscoveryClient.InnerChannel Property

Definition

Gets the channel used to send discovery messages.

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

Property Value

The channel used to send discovery messages.

Applies to