1using System.Threading.Tasks;
Contains the current state of a review process.
Reports the resource is rate limited.
override string LocalName
XML Local Name for the XML element defining the action.
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.
RateLimited(XmlElement Xml, WafAction Parent, WebApplicationFirewall Document)
Reports the resource is rate limited.
RateLimited()
Reports the resource is rate limited.
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.