10 references to HasProtectionLevel
System.ServiceModel (9)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (2)
137else if (message.HasProtectionLevel) 164else if (part == null && !message.HasProtectionLevel)
System\ServiceModel\Description\MessageDescription.cs (1)
115return this.HasProtectionLevel;
System\ServiceModel\Description\OperationGenerator.cs (3)
773if (message.HasProtectionLevel) 894if (parent.Request != null && parent.Request.HasProtectionLevel) 898if (parent.Response != null && parent.Response.HasProtectionLevel)
System\ServiceModel\Description\TypeLoader.cs (1)
1253if (!messageDescription.HasProtectionLevel)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
452if (message.HasProtectionLevel)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
243if (message.HasProtectionLevel)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\ContractValidationHelper.cs (1)
278if (targetMessage.HasProtectionLevel)