Share via


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

정의

요청을 수신하는 전송 주소를 가져옵니다.

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

속성 값

Uri

메시지를 보낼 전송 주소를 포함하는 Uri입니다.

구현

Via

설명

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

적용 대상