2 references to BufferProperty
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
227
this.correlationId = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_CORRELATIONID, MsmqMessageId.FromString(property.CorrelationId));
230
this.extension = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_EXTENSION, property.Extension);