6 implementations of RemoteAddress
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
189
public EndpointAddress
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
21
public abstract EndpointAddress
RemoteAddress
{ get; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
359
public EndpointAddress
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
705
EndpointAddress IOutputChannel.
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
766
EndpointAddress IOutputChannel.
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1063
public EndpointAddress
RemoteAddress
7 references to RemoteAddress
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
191
get { return _innerOutputChannel.
RemoteAddress
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
365
return outputChannel.
RemoteAddress
;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
768
get { return ((IOutputChannel)_channel).
RemoteAddress
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
148
get { return _channel.
RemoteAddress
; }
247
EndpointAddress address = _channel.
RemoteAddress
?? _channel.LocalAddress;
1065
get { return _innerChannel.
RemoteAddress
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
52
get { return _channel.
RemoteAddress
; }