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