3 implementations of LocalAddress
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (1)
247public EndpointAddress LocalAddress
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
698EndpointAddress IContextChannel.LocalAddress
System\ServiceModel\ClientBase.cs (1)
1007EndpointAddress IContextChannel.LocalAddress
2 references to LocalAddress
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
700get { return ((IContextChannel)_serviceChannel).LocalAddress; }
System\ServiceModel\ClientBase.cs (1)
1009get { return ((IContextChannel)_channel).LocalAddress; }