3 implementations of LocalAddress
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
283public EndpointAddress LocalAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
683EndpointAddress IContextChannel.LocalAddress
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
630EndpointAddress IContextChannel.LocalAddress
2 references to LocalAddress
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
685get { return ((IContextChannel)_serviceChannel).LocalAddress; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
632get { return ((IContextChannel)_channel).LocalAddress; }