3 implementations of RemoteAddress
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
359public EndpointAddress RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
715EndpointAddress IContextChannel.RemoteAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
646EndpointAddress IContextChannel.RemoteAddress
6 references to RemoteAddress
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
707get { return ((IContextChannel)_serviceChannel).RemoteAddress; } 717get { return ((IContextChannel)_serviceChannel).RemoteAddress; } 797get { return ((IContextChannel)_serviceChannel).RemoteAddress; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
648get { 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());