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