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