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