3 references to HasProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
118
return this.
HasProtectionLevel
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
358
if (context.Contract.
HasProtectionLevel
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
215
if (contract.
HasProtectionLevel
)