Walter.Web.FireWall
EndPointCompairs Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace : EndPointCompairs Enumeration
how match of the endpoint has to match
Syntax
public enum EndPointCompairs : System.Enum 
Members
MemberDescription
Default use the default rule from the rule engine for a given context
Path compare on only the path, ignore any parameters provided
PathAndMethod compare on only the HTTP Method and path, ignore any parameters provided
PathAndMethodAndQuery compare the HTTP Method and path, and all parameters provided
PathAndQuery compare with path and query
Inheritance Hierarchy

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

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