3 implementations of RemoteAddress
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
359
public EndpointAddress
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
715
EndpointAddress IContextChannel.
RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
646
EndpointAddress IContextChannel.
RemoteAddress
6 references to RemoteAddress
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
707
get { return ((IContextChannel)_serviceChannel).
RemoteAddress
; }
717
get { return ((IContextChannel)_serviceChannel).
RemoteAddress
; }
797
get { return ((IContextChannel)_serviceChannel).
RemoteAddress
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
648
get { return ((IContextChannel)_channel).
RemoteAddress
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
1137
((IClientChannel)metadataClient).
RemoteAddress
.Uri.ToString())));
1143
_section = MetadataRetriever.CreateMetadataSection(reader, ((IClientChannel)metadataClient).
RemoteAddress
.Uri.ToString());