1 write to responseQueue
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
280this.responseQueue = new StringProperty(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME, queueName);
2 references to responseQueue
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
278if (this.responseQueue == null) 284this.responseQueue.SetValue(queueName);