2 writes to msmqQueue
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
35this.msmqQueue = null; 75this.msmqQueue = new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri), UnsafeNativeMethods.MQ_SEND_ACCESS);
3 references to msmqQueue
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (3)
33if (null != this.msmqQueue) 34this.msmqQueue.Dispose(); 171this.msmqQueue.Send(msmqMessage, this.transactionMode);