ClientBase<TChannel>.ChannelBase<T>.IRequestChannel.RemoteAddress 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在输出通道上发出的消息将要到达的服务的目标。
property System::ServiceModel::EndpointAddress ^ System::ServiceModel::Channels::IRequestChannel::RemoteAddress { System::ServiceModel::EndpointAddress ^ get(); };
System.ServiceModel.EndpointAddress System.ServiceModel.Channels.IRequestChannel.RemoteAddress { get; }
member this.System.ServiceModel.Channels.IRequestChannel.RemoteAddress : System.ServiceModel.EndpointAddress
ReadOnly Property RemoteAddress As EndpointAddress Implements IRequestChannel.RemoteAddress
属性值
输出通道发送的消息将要到达的服务的 EndpointAddress。
实现
注解
此成员是显式接口成员的实现。 它只能在 ClientBase<TChannel>.ChannelBase<T> 实例被强制转换为 IRequestChannel 接口时使用。