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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象