2 writes to localAddress
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
299this.localAddress = this.endpointDispatcher.EndpointAddress; 303this.localAddress = this.binder.LocalAddress;
2 references to localAddress
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
295if (this.localAddress == null) 306return this.localAddress;