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