1 write to responseFormatName
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
65
this.
responseFormatName
= new StringProperty(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME, initialQueueNameLength);
2 references to responseFormatName
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
77
this.
responseFormatName
.EnsureValueLength(this.responseFormatNameLength.Value);
108
property.ResponseQueue = GetQueueName(this.
responseFormatName
.GetValue(this.responseFormatNameLength.Value));