4 references to HasProtectionLevel
System.ServiceModel (4)
System\ServiceModel\Description\ContractDescription.cs (1)
118
return this.
HasProtectionLevel
;
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
412
if (context.Contract.
HasProtectionLevel
)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
424
if (contract.
HasProtectionLevel
)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
215
if (contract.
HasProtectionLevel
)