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