ApplicationCompromisedActions Enumeration
Indicates the action that need to be taken when a compromised application was detected by the firewall
Namespace:
Walter.Web.FireWall.ModelsAssembly: Walter.Web.FireWall (in Walter.Web.FireWall.dll)
Members
Member name | Description | |
---|---|---|
None | Indicates that no compromised state was detected or no action needs to be performed | |
ShutDown | Shutdown the application and crash each request | |
Redirect | Redirect each request based to the URL specified in RedirectAllRequestsOnDiskManipulation | |
PersistOnReboot | If set the firewall will remember the state for the next time it starts again by writing a app_offline.htm file that you will need to manually delete to bring the application online again |