1 write to ProtectionLevel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
747contractDescription.ProtectionLevel = contractAttr.ProtectionLevel;
3 references to ProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
362new CodeTypeReferenceExpression(typeof(ProtectionLevel)), context.Contract.ProtectionLevel.ToString())));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (2)
217contractScopeDefaultRequestProtectionLevel = contract.ProtectionLevel; 218contractScopeDefaultResponseProtectionLevel = contract.ProtectionLevel;