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