3 references to PROPID_M_PRIV_LEVEL
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
98
this.privLevel = new IntProperty(this, UnsafeNativeMethods.
PROPID_M_PRIV_LEVEL
,
119
this.privLevel = new IntProperty(this, UnsafeNativeMethods.
PROPID_M_PRIV_LEVEL
,
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
69
this.privacyLevel = new IntProperty(this, UnsafeNativeMethods.
PROPID_M_PRIV_LEVEL
);