1using System.Threading.Tasks;
Contains the current state of a review process.
Contains a set of actions that can be referenced from other actions.
override Task< WafResult?> Review(ProcessingState State)
Reviews the processing state, and returns a WAF result, if any.
override WafAction Create(XmlElement Xml, WafAction Parent, WebApplicationFirewall Document)
Creates a WAF action from its XML definition.
References()
Contains a set of actions that can be referenced from other actions.
References(XmlElement Xml, WafAction Parent, WebApplicationFirewall Document)
Contains a set of actions that can be referenced from other actions.
override string LocalName
XML Local Name for the XML element defining the action.
Abstract base class for WAF actions that has tags.
Abstract base class for Web Application Firewall actions.
WebApplicationFirewall Document
Web Application Firewall document.
Web Application Firewall for HttpServer.
WafResult
Actions that a Web Server can take after reviewing a request.