1 write to ProtectionLevel
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
760contractDescription.ProtectionLevel = contractAttr.ProtectionLevel;
2 references to ProtectionLevel
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (2)
211contractScopeDefaultRequestProtectionLevel = contract.ProtectionLevel; 212contractScopeDefaultResponseProtectionLevel = contract.ProtectionLevel;