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