1 write to delivery
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
50this.delivery = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_DELIVERY);
2 references to delivery
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
53this.delivery.Value = (byte)UnsafeNativeMethods.MQMSG_DELIVERY_RECOVERABLE; 57this.delivery.Value = (byte)UnsafeNativeMethods.MQMSG_DELIVERY_EXPRESS;