5 references to Max
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
910ProtectionLevel requestProtectionLevel = ProtectionLevelHelper.Max(thisSecurityCapability.SupportedRequestProtectionLevel, lowerSecurityCapability.SupportedRequestProtectionLevel); 911ProtectionLevel responseProtectionLevel = ProtectionLevelHelper.Max(thisSecurityCapability.SupportedResponseProtectionLevel, lowerSecurityCapability.SupportedResponseProtectionLevel);
System\ServiceModel\Description\OperationGenerator.cs (2)
611protectionLevel = ProtectionLevelHelper.Max(protectionLevel, messageDescription.Body.ReturnValue.ProtectionLevel); 620protectionLevel = ProtectionLevelHelper.Max(protectionLevel, part.ProtectionLevel);
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
294bodyProtectionLevel = ProtectionLevelHelper.Max(bodyProtectionLevel, partProtectionLevel);