4 references to Class
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqMessageProperty.cs (1)
25this.acknowledge = (int)(ushort)msmqMessage.Class.Value;
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (3)
88property.Acknowledgment = (System.Messaging.Acknowledgment)this.Class.Value; 100if (this.Class.Value == UnsafeNativeMethods.MQMSG_CLASS_NORMAL) 102else if (this.Class.Value == UnsafeNativeMethods.MQMSG_CLASS_REPORT)