ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.RemoteAddress 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得輸出通道上訊息傳送之目的服務的目的端。
property System::ServiceModel::EndpointAddress ^ System::ServiceModel::Channels::IOutputChannel::RemoteAddress { System::ServiceModel::EndpointAddress ^ get(); };
System.ServiceModel.EndpointAddress System.ServiceModel.Channels.IOutputChannel.RemoteAddress { get; }
member this.System.ServiceModel.Channels.IOutputChannel.RemoteAddress : System.ServiceModel.EndpointAddress
ReadOnly Property RemoteAddress As EndpointAddress Implements IOutputChannel.RemoteAddress
屬性值
輸出通道傳送訊息之目的服務的 EndpointAddress。
實作
備註
這個成員是明確介面成員實作, 只有在 ClientBase<TChannel>.ChannelBase<T> 執行個體轉換成 IOutputChannel 介面時,才能使用這個成員。