1 write to protectionLevel
System.ServiceModel (1)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
118
this.
protectionLevel
= value;
3 references to protectionLevel
System.ServiceModel (3)
System\ServiceModel\Channels\ContextBindingElement.cs (3)
110
return this.
protectionLevel
;
276
if (this.ProtectionLevel != other.
protectionLevel
)
286
wmiInstance.SetProperty("ProtectionLevel", this.
protectionLevel
.ToString());