17 references to GetUI1Vector
System.Messaging (17)
System\Messaging\ActiveXMessageFormatter.cs (7)
124
bytes = message.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY);
137
bytes = message.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY);
149
bytes = message.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY);
156
bytes = message.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY);
164
bytes = message.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY);
169
bytes = message.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY);
174
bytes = message.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY);
System\Messaging\Message.cs (10)
667
this.cachedBodyStream = new MemoryStream(properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY),
786
return IdFromByteArray(this.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_CORRELATIONID));
910
Array.Copy(properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY), bytes, bytes.Length);
959
Array.Copy(properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_SIGNATURE), bytes, bytes.Length);
1050
Array.Copy(properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_EXTENSION), bytes, bytes.Length);
1167
return IdFromByteArray(this.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_MSGID));
1525
Array.Copy(properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_SENDER_CERT), bytes, bytes.Length);
1574
Array.Copy(properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_SENDERID), bytes, bytes.Length);
1792
return IdFromByteArray(this.properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_XACTID));
2230
byte[] bodyArray = properties.
GetUI1Vector
(NativeMethods.MESSAGE_PROPID_BODY);