Implemented interface member:
property
LocalAddress
System.ServiceModel.IContextChannel.LocalAddress
4 references to LocalAddress
System.ServiceModel (4)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
370instance.SetProperty(AdministrationStrings.LocalAddress, serviceChannel.LocalAddress == null ? String.Empty : serviceChannel.LocalAddress.ToString());
System\ServiceModel\Channels\ServiceChannel.cs (2)
622EndpointAddress localAddress = this.LocalAddress; 941EndpointAddress address = this.RemoteAddress ?? this.LocalAddress;