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