1 write to responseFormatNameLength
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
66
this.
responseFormatNameLength
= new IntProperty(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME_LEN, initialQueueNameLength);
2 references to responseFormatNameLength
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));