Implemented interface member:
property
RemoteAddress
System.ServiceModel.Channels.IOutputChannel.RemoteAddress
5 overrides of RemoteAddress
System.ServiceModel (5)
System\ServiceModel\Channels\OneWayChannelFactory.cs (3)
110public override EndpointAddress RemoteAddress 283public override EndpointAddress RemoteAddress 452public override EndpointAddress RemoteAddress
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
74public override EndpointAddress RemoteAddress
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
79public override EndpointAddress RemoteAddress
1 reference to RemoteAddress
System.ServiceModel (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
92return MessageTransmitTraceRecord.CreateSendTraceRecord(message, this.RemoteAddress);