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