2 references to ByteProperty
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
139this.trace = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_TRACE, (byte)(factory.UseMsmqTracing ?
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
236this.priority = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_PRIORITY, (byte)property.Priority.Value);