6 writes to Value
System.ServiceModel (6)
System\ServiceModel\Channels\MsmqOutputMessage.cs (4)
53
this.delivery.
Value
= (byte)UnsafeNativeMethods.MQMSG_DELIVERY_RECOVERABLE;
57
this.delivery.
Value
= (byte)UnsafeNativeMethods.MQMSG_DELIVERY_EXPRESS;
221
this.journal.
Value
|= flag;
225
this.journal.
Value
&= (byte)(~flag);
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
185
this.
Value
= value;
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
251
this.acknowledge.
Value
= value;
4 references to Value
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqQueue.cs (1)
258
isTransactional = properties.Transaction.
Value
!= UnsafeNativeMethods.MQ_TRANSACTIONAL_NONE;
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (3)
87
property.AcknowledgeType = (System.Messaging.AcknowledgeTypes)this.acknowledge.
Value
;
92
property.Authenticated = this.authenticated.
Value
!= 0;
107
property.Priority = (System.Messaging.MessagePriority)this.priority.
Value
;