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