Walter.Web.FireWall
RuleFilters Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.RuleEngine Namespace : RuleFilters Enumeration
RuleFilter state how the rule should apply
Syntax
public enum RuleFilters : System.Enum 
Members
MemberDescription
AnyCountry Any country
AnyIP Irrespective of the IP address
AnyUser Irrespective of user
BumbBot A dumb bot
None Indicates that this is not filter rule (default)
SameCountry The same country
SameIP Scope a given IP Address
SameUser Scope limited to the user
SmartBot The smart bot
StaleUser The user does not interact with the site
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.RuleEngine.RuleFilters

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Web.FireWall.RuleEngine Namespace