8 references to ByteProperty
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
50
this.delivery = new
ByteProperty
(this, UnsafeNativeMethods.PROPID_M_DELIVERY);
216
this.journal = new
ByteProperty
(this, UnsafeNativeMethods.PROPID_M_JOURNAL);
System\ServiceModel\Channels\MsmqQueue.cs (1)
927
this.transaction = new
ByteProperty
(this, UnsafeNativeMethods.PROPID_Q_TRANSACTION);
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
183
:
this
(message, id)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (3)
47
this.acknowledge = new
ByteProperty
(this, UnsafeNativeMethods.PROPID_M_ACKNOWLEDGE);
53
this.authenticated = new
ByteProperty
(this, UnsafeNativeMethods.PROPID_M_AUTHENTICATED);
64
this.priority = new
ByteProperty
(this, UnsafeNativeMethods.PROPID_M_PRIORITY);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
249
this.acknowledge = new
ByteProperty
(this, UnsafeNativeMethods.PROPID_M_ACKNOWLEDGE);