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