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