9 references to DefaultProtectionLevel
System.ServiceModel (9)
System\ServiceModel\Channels\ContextBindingElement.cs (2)
27
: this(
DefaultProtectionLevel
, DefaultContextExchangeMechanism, null, DefaultContextManagementEnabled)
105
[DefaultValue(
DefaultProtectionLevel
)]
System\ServiceModel\Configuration\ContextBindingElementExtensionElement.cs (1)
53
[ConfigurationProperty(ProtectionLevelName, DefaultValue = ContextBindingElement.
DefaultProtectionLevel
)]
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (1)
48
[ConfigurationProperty(ContextProtectionLevelName, DefaultValue = ContextBindingElement.
DefaultProtectionLevel
)]
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (1)
48
[ConfigurationProperty(ContextProtectionLevelName, DefaultValue = ContextBindingElement.
DefaultProtectionLevel
)]
System\ServiceModel\NetTcpContextBinding.cs (2)
19
ProtectionLevel contextProtectionLevel = ContextBindingElement.
DefaultProtectionLevel
;
75
[DefaultValue(ContextBindingElement.
DefaultProtectionLevel
)]
System\ServiceModel\WSHttpContextBinding.cs (2)
18
ProtectionLevel contextProtectionLevel = ContextBindingElement.
DefaultProtectionLevel
;
75
[DefaultValue(ContextBindingElement.
DefaultProtectionLevel
)]