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