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