2 references to LocalAddress
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
518
Fx.Assert(this.
LocalAddress
!= null, "this.LocalAddress should not be null.");
519
message.Headers.To = this.
LocalAddress
.Uri;