Walter.Web.FireWall
FireWallModules Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace : FireWallModules Enumeration
The Enum FireWallModules lists those modules that the firewall is made up of. The Enum is used instrumenting performance and indicates the steps being executed.
Syntax
public enum FireWallModules : System.Enum 
Members
MemberDescription
CrossSiteAttribute Cross site attribute
CrossSiteFilter Cross site filter
FireWallAttributeAnnotation The fire wall attribute annotation module is a filter that is executed on a annotated object and is usually one of the first item to get executed in a pipeline
GeoAttributeAnnotation The geographic attribute is annotation module on that is executed on a annotated object and is usually one of the first item to get executed in a pipeline
GeoFilter The geographic filter validations regional access at a request level
HeadersFilter The module that looks at headers and filters violations
KnownIntentions Browser/ User agent intentions
Minify Minify filter
None This indicates that a module is not defined to add to the protection on or resources
PageConstructor The page request constructor
RazorFireWallHelper The razor firewall helper module allows you to integrate the firewall at a HTML tag attribute level allowing you to hide or show elements based on violations
RazorGeoHelper The razor geographic helper module allows you to integrate the firewall at a HTML tag attribute level allowing you to hide or show elements based on geographic locations
RequestFilter The request filter protects all requests and executes several rules
RequestUserFilter Filter access based on type of user
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.FireWallModules

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 Namespace