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