4 references to MESSAGE_PROPID_DEST_QUEUE
System.Messaging (4)
System\Messaging\Message.cs (4)
187
properties.SetString(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE
, new byte[DefaultQueueNameSize * 2]);
876
string queueFormatName = StringFromBytes(properties.GetString(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE
),
2114
properties.SetString(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE
, new byte[size * 2]);
2268
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE
);