ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.Via 屬性

定義

取得包含輸出通道上訊息之目標傳輸位址的 URI。

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

屬性值

Uri

包含在輸出通道上傳送訊息之目標傳輸位址的 Uri

實作

Via

備註

這個成員是明確介面成員實作, 只有在 ClientBase<TChannel>.ChannelBase<T> 執行個體轉換成 IOutputChannel 介面時,才能使用這個成員。

適用於