1 write to localAddress
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
24
this.
localAddress
= new EndpointAddress(listener.Uri);
1 reference to localAddress
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
34
get { return this.
localAddress
; }