public enum EndPointCompairs : System.Enum
public enum EndPointCompairs : System.Enum
Member | Description |
---|---|
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 |
System.Object
System.ValueType
System.Enum
Walter.Web.FireWall.EndPointCompairs
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