9 instantiations of ByteProperty
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqOutputMessage.cs (3)
50this.delivery = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_DELIVERY); 139this.trace = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_TRACE, (byte)(factory.UseMsmqTracing ? 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\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 (2)
236this.priority = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_PRIORITY, (byte)property.Priority.Value); 249this.acknowledge = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_ACKNOWLEDGE);
10 references to ByteProperty
System.ServiceModel (10)
System\ServiceModel\Channels\MsmqOutputMessage.cs (3)
22ByteProperty delivery; 25ByteProperty journal; 31ByteProperty trace;
System\ServiceModel\Channels\MsmqQueue.cs (2)
923ByteProperty transaction; 930public ByteProperty Transaction
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (3)
10ByteProperty acknowledge; 16ByteProperty authenticated; 25ByteProperty priority;
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
192ByteProperty acknowledge; 198ByteProperty priority;