2 writes to ProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
379
fault.
ProtectionLevel
= newProtectionLevel;
System\ServiceModel\Description\TypeLoader.cs (1)
1062
fault.
ProtectionLevel
= attr.ProtectionLevel;
3 references to ProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
372
if (fault.
ProtectionLevel
!= newProtectionLevel)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
669
new CodeTypeReferenceExpression(typeof(ProtectionLevel)), fault.
ProtectionLevel
.ToString())));
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
358
ProtectionLevel p = fault.HasProtectionLevel ? fault.
ProtectionLevel
: defaultProtectionLevel;