다음을 통해 공유


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

검색 메시지를 보내는 데 사용된 채널입니다.

적용 대상