3 references to AddressTranslator
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
96this.msmqQueue = new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
164this.msmqQueue = new MsmqQueue(this.Factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
75this.msmqQueue = new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri), UnsafeNativeMethods.MQ_SEND_ACCESS);