DiscoveryClient.InnerChannel 属性

定义

获取用于发送发现消息的通道。

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

属性值

IClientChannel

用于发送发现消息的通道。

适用于