1 write to ProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
698contractDescription.ProtectionLevel = contractAttr.ProtectionLevel;
7 references to ProtectionLevel
System.ServiceModel (5)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
416new CodeTypeReferenceExpression(typeof(ProtectionLevel)), context.Contract.ProtectionLevel.ToString())));
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (2)
426contractScopeDefaultRequestProtectionLevel = contract.ProtectionLevel; 427contractScopeDefaultResponseProtectionLevel = contract.ProtectionLevel;
System\ServiceModel\Security\ChannelProtectionRequirements.cs (2)
217contractScopeDefaultRequestProtectionLevel = contract.ProtectionLevel; 218contractScopeDefaultResponseProtectionLevel = contract.ProtectionLevel;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
3192c1.ProtectionLevel == c2.ProtectionLevel &&