ClientBase<TChannel>.ChannelBase<T>.IClientChannel.Via 속성

정의

클라이언트 채널에서 보낸 메시지의 전송 주소를 포함하는 URI를 가져옵니다.

property Uri ^ System::ServiceModel::IClientChannel::Via { Uri ^ get(); };
Uri System.ServiceModel.IClientChannel.Via { get; }
member this.System.ServiceModel.IClientChannel.Via : Uri
 ReadOnly Property Via As Uri Implements IClientChannel.Via

속성 값

Uri

채널에서 보낸 메시지의 전송 주소가 포함된 URI입니다.

구현

Via

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ClientBase<TChannel>.ChannelBase<T> 인스턴스가 IClientChannel 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상