Walter.BOM Namespace
Walter.Web.FireWall Namespace
ASP-WAF | .Net API for WAF Systems

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.

Namespace:  Walter.Web.FireWall
Assembly:  Walter.Web.FireWall (in Walter.Web.FireWall.dll)

Syntax


public enum ViolationStatusCode

Members


Member nameDescription
None application failed to retrieve status code due to exception
OK The okay status codes, should be avoided as it will only make them try harder....
NoContent The no content status codes
Unauthorized The unauthorized status codes
Forbidden The forbidden status codes
NotFound The not found status codes
MethodNotAllowed The method not allowed status codes
NotAcceptable The not acceptable status codes
Conflict The conflict status codes
Gone The gone status code
InternalServerError The internal server error status codes
NotImplemented The not implemented status codes
ServiceUnavailable The service unavailable status codes
BandwidthLimitExceeded The bandwidth limit exceeded status codes

See Also


[Microsoft.AspNetCore.Http.StatusCodes]