ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.RemoteAddress 属性

定义

获取在输出通道上发出的消息将要到达的服务的目标。

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

输出通道发送的消息将要到达的服务的 EndpointAddress

实现

注解

此成员是显式接口成员的实现。 它只能在 ClientBase<TChannel>.ChannelBase<T> 实例被强制转换为 IOutputChannel 接口时使用。

适用于