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