6 references to MESSAGE_PROPID_ADMIN_QUEUE
System.Messaging (6)
System\Messaging\Message.cs (6)
123
properties.SetString(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE
, new byte[DefaultQueueNameSize * 2]);
343
string queueFormatName = StringFromBytes(properties.GetString(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE
),
363
properties.Remove(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE
);
2093
properties.SetString(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE
, new byte[size * 2]);
2183
properties.SetString(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE
, StringToBytes(queueFormatName));
2296
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE
);