2 writes to msmqQueue
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputChannel.cs (2)
46
this.
msmqQueue
= null;
96
this.
msmqQueue
= new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
3 references to msmqQueue
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputChannel.cs (3)
44
if (null != this.
msmqQueue
)
45
this.
msmqQueue
.Dispose();
169
this.
msmqQueue
.Send(msmqMessage, this.transactionMode);