6 implementations of RemoteAddress
System.ServiceModel (5)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1375
public EndpointAddress
RemoteAddress
System\ServiceModel\Channels\RequestChannel.cs (1)
47
public EndpointAddress
RemoteAddress
System\ServiceModel\Channels\ServiceChannel.cs (1)
367
public EndpointAddress
RemoteAddress
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
282
public EndpointAddress
RemoteAddress
System\ServiceModel\ClientBase.cs (1)
1393
EndpointAddress IRequestChannel.
RemoteAddress
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientRequestChannel.cs (1)
23
public EndpointAddress
RemoteAddress
9 references to RemoteAddress
System.ServiceModel (8)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
571
return channel.
RemoteAddress
;
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
24
get { return this.InnerChannel.
RemoteAddress
; }
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1365
this.remoteAddress = inner.
RemoteAddress
;
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
112
get { return this.innerChannel.
RemoteAddress
; }
System\ServiceModel\Channels\ServiceChannel.cs (1)
377
return requestChannel.
RemoteAddress
;
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
286
return InnerChannel.
RemoteAddress
;
System\ServiceModel\ClientBase.cs (1)
1395
get { return ((IRequestChannel)this.channel).
RemoteAddress
; }
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
48
get { return this.channel.
RemoteAddress
; }
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientRequestChannel.cs (1)
32
return this.InnerChannel.
RemoteAddress
;