2 writes to ProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
51
this.
ProtectionLevel
= protectionLevel;
60
this.
ProtectionLevel
= other.ProtectionLevel;
3 references to ProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
60
this.ProtectionLevel = other.
ProtectionLevel
;
188
if (this.
ProtectionLevel
!= other._protectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
131
contextBinding.ContextProtectionLevel = contextBindingElement.
ProtectionLevel
;