11 references to HasProtectionLevel
System.ServiceModel (10)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (2)
133if (part != null && part.HasProtectionLevel) 160if (part != null && !part.HasProtectionLevel)
System\ServiceModel\Description\OperationGenerator.cs (3)
612if (messageDescription.Body.ReturnValue.HasProtectionLevel) 621if (part.HasProtectionLevel) 867if (setting.HasProtectionLevel)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
556if (bodyPart.HasProtectionLevel)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
469if (header.HasProtectionLevel)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (3)
281bodyProtectionLevel = desc.HasProtectionLevel ? desc.ProtectionLevel : messageScopeDefaultProtectionLevel; 293ProtectionLevel partProtectionLevel = body.HasProtectionLevel ? body.ProtectionLevel : messageScopeDefaultProtectionLevel; 337ProtectionLevel p = header.HasProtectionLevel ? header.ProtectionLevel : defaultProtectionLevel;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\ContractValidationHelper.cs (1)
379if (targetPart.HasProtectionLevel)