ClientBase<TChannel>.ChannelBase<T>.IClientChannel.Via 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含在用戶端通道上傳送訊息之目標傳輸位址的 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,包含在通道上傳送訊息的目標傳輸位址。
實作
備註
這個成員是明確介面成員實作, 只有在 ClientBase<TChannel>.ChannelBase<T> 執行個體轉換成 IClientChannel 介面時,才能使用這個成員。