8 references to StringToBytes
System.Messaging (8)
System\Messaging\Message.cs (5)
550
properties.SetString(NativeMethods.MESSAGE_PROPID_PROV_NAME,
StringToBytes
(value));
1261
properties.SetString(NativeMethods.MESSAGE_PROPID_LABEL,
StringToBytes
(value));
2183
properties.SetString(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE,
StringToBytes
(queueFormatName));
2190
properties.SetString(NativeMethods.MESSAGE_PROPID_RESP_QUEUE,
StringToBytes
(queueFormatName));
2197
properties.SetString(NativeMethods.MESSAGE_PROPID_XACT_STATUS_QUEUE,
StringToBytes
(queueFormatName));
System\Messaging\MessageQueue.cs (3)
770
Properties.SetString(NativeMethods.QUEUE_PROPID_LABEL, Message.
StringToBytes
(value));
1045
Properties.SetString(NativeMethods.QUEUE_PROPID_MULTICAST_ADDRESS, Message.
StringToBytes
(value));
1669
properties.SetString(NativeMethods.QUEUE_PROPID_PATHNAME, Message.
StringToBytes
(path));