2 references to PROPID_M_RESP_FORMAT_NAME
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
65
this.responseFormatName = new StringProperty(this, UnsafeNativeMethods.
PROPID_M_RESP_FORMAT_NAME
, initialQueueNameLength);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
280
this.responseQueue = new StringProperty(this, UnsafeNativeMethods.
PROPID_M_RESP_FORMAT_NAME
, queueName);