2 writes to ResponseQueue
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
108
property.
ResponseQueue
= GetQueueName(this.responseFormatName.GetValue(this.responseFormatNameLength.Value));
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
119
set { this.property.
ResponseQueue
= value; }
3 references to ResponseQueue
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
238
if (null != property.
ResponseQueue
)
239
EnsureResponseQueueProperty(property.
ResponseQueue
);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
118
get { return this.property.
ResponseQueue
; }