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