9 references to BufferProperty
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqInputMessage.cs (4)
46
this.body = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_BODY,
49
this.messageId = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_MSGID,
53
this.senderId = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_SENDERID, initialSenderIdSize);
55
this.senderCertificate = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_SENDER_CERT,
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
44
this.body = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_BODY, bodySize);
45
this.messageId = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_MSGID, UnsafeNativeMethods.PROPID_M_MSGID_SIZE);
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
318
:
this
(message, id, buffer.Length)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
55
this.correlationId = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_CORRELATIONID,
59
this.extension = new
BufferProperty
(this, UnsafeNativeMethods.PROPID_M_EXTENSION,