6 references to QUEUE_PROPID_MULTICAST_ADDRESS
System.Messaging (6)
System\Messaging\MessageQueue.cs (6)
1016Properties.SetNull(NativeMethods.QUEUE_PROPID_MULTICAST_ADDRESS); 1019IntPtr handle = Properties.GetIntPtr(NativeMethods.QUEUE_PROPID_MULTICAST_ADDRESS); 1029Properties.Remove(NativeMethods.QUEUE_PROPID_MULTICAST_ADDRESS); 1043Properties.SetEmpty(NativeMethods.QUEUE_PROPID_MULTICAST_ADDRESS); 1045Properties.SetString(NativeMethods.QUEUE_PROPID_MULTICAST_ADDRESS, Message.StringToBytes(value)); 1050Properties.Remove(NativeMethods.QUEUE_PROPID_MULTICAST_ADDRESS);