20 references to SetString
System.Messaging (20)
System\Messaging\Message.cs (17)
123
properties.
SetString
(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE, new byte[DefaultQueueNameSize * 2]);
134
properties.
SetString
(NativeMethods.MESSAGE_PROPID_LABEL, new byte[filter.labelSize * 2]);
148
properties.
SetString
(NativeMethods.MESSAGE_PROPID_RESP_QUEUE, new byte[DefaultQueueNameSize * 2]);
178
properties.
SetString
(NativeMethods.MESSAGE_PROPID_PROV_NAME, new byte[DefaultCryptographicProviderNameSize * 2]);
187
properties.
SetString
(NativeMethods.MESSAGE_PROPID_DEST_QUEUE, new byte[DefaultQueueNameSize * 2]);
204
properties.
SetString
(NativeMethods.MESSAGE_PROPID_XACT_STATUS_QUEUE, new byte[DefaultQueueNameSize * 2]);
550
properties.
SetString
(NativeMethods.MESSAGE_PROPID_PROV_NAME, StringToBytes(value));
1261
properties.
SetString
(NativeMethods.MESSAGE_PROPID_LABEL, StringToBytes(value));
2093
properties.
SetString
(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE, new byte[size * 2]);
2107
properties.
SetString
(NativeMethods.MESSAGE_PROPID_PROV_NAME, new byte[size * 2]);
2114
properties.
SetString
(NativeMethods.MESSAGE_PROPID_DEST_QUEUE, new byte[size * 2]);
2128
properties.
SetString
(NativeMethods.MESSAGE_PROPID_XACT_STATUS_QUEUE, new byte[size * 2]);
2135
properties.
SetString
(NativeMethods.MESSAGE_PROPID_LABEL, new byte[size * 2]);
2142
properties.
SetString
(NativeMethods.MESSAGE_PROPID_RESP_QUEUE, new byte[size * 2]);
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));