2 writes to msmqQueue
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (2)
126this.msmqQueue = null; 164this.msmqQueue = new MsmqQueue(this.Factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
3 references to msmqQueue
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (3)
106this.msmqQueue.Send(msmqMessage, MsmqTransactionMode.CurrentOrSingle); 124if (null != this.msmqQueue) 125this.msmqQueue.Dispose();