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