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