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