2 writes to ProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Channels\ContextBindingElement.cs (2)
53this.ProtectionLevel = protectionLevel; 62this.ProtectionLevel = other.ProtectionLevel;
8 references to ProtectionLevel
System.ServiceModel (8)
System\ServiceModel\Channels\ContextBindingElement.cs (5)
62this.ProtectionLevel = other.ProtectionLevel; 209if (typeof(T) == typeof(ChannelProtectionRequirements) && this.ProtectionLevel != ProtectionLevel.None) 214return (T)(object)ContextMessageHeader.GetChannelProtectionRequirements(this.ProtectionLevel); 219requirements.Add(ContextMessageHeader.GetChannelProtectionRequirements(this.ProtectionLevel)); 276if (this.ProtectionLevel != other.protectionLevel)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
54switch (bindingElement.ProtectionLevel)
System\ServiceModel\NetTcpContextBinding.cs (1)
117contextBinding.ContextProtectionLevel = contextBindingElement.ProtectionLevel;
System\ServiceModel\WSHttpContextBinding.cs (1)
144contextBinding.ContextProtectionLevel = contextBindingElement.ProtectionLevel;