9 references to BufferProperty
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqInputMessage.cs (4)
46this.body = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_BODY, 49this.messageId = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_MSGID, 53this.senderId = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_SENDERID, initialSenderIdSize); 55this.senderCertificate = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_SENDER_CERT,
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
44this.body = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_BODY, bodySize); 45this.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)
55this.correlationId = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_CORRELATIONID, 59this.extension = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_EXTENSION,