5 references to HasProtectionLevel
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
370if (fault.HasProtectionLevel)
System\ServiceModel\Description\FaultDescription.cs (1)
86return this.HasProtectionLevel;
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
665if (fault.HasProtectionLevel)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
358ProtectionLevel p = fault.HasProtectionLevel ? fault.ProtectionLevel : defaultProtectionLevel;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\ContractValidationHelper.cs (1)
172if (targetFault.HasProtectionLevel)