Walter.Web.FireWall
PatternLocations Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.RuleEngine Namespace : PatternLocations Enumeration
The enum PatternLocation determines or documents where a pattern was expected to have matched
Syntax
public enum PatternLocations : System.Enum 
Members
MemberDescription
Cookie The submitted cookie
Domain The domain is not valid
Header The submitted header
Model The submitted model
None The location was not set or does not apply
Path The URL's path
Query The URL's query
Remarks
Useful when you discover your firewall pattern recognition rules are triggered during development and you would like to know what rule in what location triggered the patter
Inheritance Hierarchy

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

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