1using System.Threading.Tasks;
Contains the current state of a review process.
Abstract base class for Web Application Firewall actions.
Web Application Firewall for HttpServer.
interface for Web Application Firewall actions.
void Prepare()
Prepares the node for processing.
string LocalName
XML Local Name for the XML element defining the action.
WafAction Create(XmlElement Xml, WafAction Parent, WebApplicationFirewall Document)
Creates a WAF action from its XML definition.
Task< WafResult?> Review(ProcessingState State)
Reviews the processing state, and returns a WAF result, if any.