Walter.Web.FireWall
ViolationStatusCode Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace : ViolationStatusCode Enumeration
configurable status codes used by Denial of Service Status Codes used by Firewall rather then returning a regular status codes masking the fact that we have discovered the intend.
Syntax
public enum ViolationStatusCode : System.Enum 
Members
MemberDescription
BandwidthLimitExceeded The bandwidth limit exceeded status codes
Conflict The conflict status codes
Forbidden The forbidden status codes
Gone The gone status code
InternalServerError The internal server error status codes
MethodNotAllowed The method not allowed status codes
NoContent The no content status codes
None application failed to retrieve status code due to exception
NotAcceptable The not acceptable status codes
NotFound The not found status codes
NotImplemented The not implemented status codes
OK The okay status codes, should be avoided as it will only make them try harder....
ServiceUnavailable The service unavailable status codes
Unauthorized The unauthorized status codes
Inheritance Hierarchy

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

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
Microsoft.AspNetCore.Http.StatusCodes