26 references to SetUI1Vector
System.Messaging (26)
System\Messaging\ActiveXMessageFormatter.cs (3)
259
message.properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY, this.internalBuffer);
272
message.properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY, this.internalBuffer);
289
message.properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY, this.internalBuffer);
System\Messaging\Message.cs (23)
75
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_MSGID, new byte[MessageIdSize]);
128
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY, new byte[filter.bodySize]);
138
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_MSGID, new byte[MessageIdSize]);
175
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_CORRELATIONID, new byte[MessageIdSize]);
192
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_SIGNATURE, new byte[DefaultDigitalSignatureSize]);
199
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_EXTENSION, new byte[filter.extensionSize]);
217
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_SENDER_CERT, new byte[DefaultSenderCertificateSize]);
222
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_SENDERID, new byte[DefaultSenderIdSize]);
231
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY, new byte[DefaultSymmetricKeySize]);
239
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_XACTID, new byte[MessageIdSize]);
803
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_CORRELATIONID, IdToByteArray(value));
929
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY, value);
979
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_SIGNATURE, value);
1069
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_EXTENSION, value);
1544
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_SENDER_CERT, value);
2100
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY, new byte[size]);
2121
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_EXTENSION, new byte[size]);
2149
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_SENDER_CERT, new byte[size]);
2156
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_SENDERID, new byte[size]);
2163
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY, new byte[size]);
2170
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_SIGNATURE, new byte[size]);
2214
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY, bytes);
2240
properties.
SetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY, bytes);