4 references to ContextProtectionLevelName
System.ServiceModel (4)
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (4)
48[ConfigurationProperty(ContextProtectionLevelName, DefaultValue = ContextBindingElement.DefaultProtectionLevel)] 52get { return (ProtectionLevel) base[ContextProtectionLevelName]; } 53set { base[ContextProtectionLevelName] = value; } 67SetPropertyValueIfNotDefaultValue(NetTcpContextBindingElement.ContextProtectionLevelName, netTcpContextBinding.ContextProtectionLevel);