共用方式為


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

用於傳送探索訊息的通道。

適用於