4 implementations of RemoteAddress
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
47
public EndpointAddress
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
359
public EndpointAddress
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
795
EndpointAddress IRequestChannel.
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
801
EndpointAddress IRequestChannel.
RemoteAddress
3 references to RemoteAddress
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
369
return requestChannel.
RemoteAddress
;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
803
get { return ((IRequestChannel)_channel).
RemoteAddress
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
46
get { return _channel.
RemoteAddress
; }