6 references to DefaultProtectionLevel
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
25
: this(
DefaultProtectionLevel
, DefaultContextExchangeMechanism, null, DefaultContextManagementEnabled)
103
[DefaultValue(
DefaultProtectionLevel
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpContextBinding.cs (2)
17
private ProtectionLevel _contextProtectionLevel = ContextBindingElement.
DefaultProtectionLevel
;
54
[DefaultValue(ContextBindingElement.
DefaultProtectionLevel
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (2)
16
private ProtectionLevel _contextProtectionLevel = ContextBindingElement.
DefaultProtectionLevel
;
62
[DefaultValue(ContextBindingElement.
DefaultProtectionLevel
)]