2 writes to HasProtectionLevel
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\FaultDescription.cs (2)
50
HasProtectionLevel
= true;
64
HasProtectionLevel
= false;
2 references to HasProtectionLevel
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\FaultDescription.cs (1)
56
return
HasProtectionLevel
;
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
357
ProtectionLevel p = fault.
HasProtectionLevel
? fault.ProtectionLevel : defaultProtectionLevel;