Checks if the content size of the current request exceeds a limit.
override WafAction Create(XmlElement Xml, WafAction Parent, WebApplicationFirewall Document)
Creates a WAF action from its XML definition.
override string LocalName
XML Local Name for the XML element defining the action.
ContentSizeExceeded()
Checks if the content size of the current request exceeds a limit.
override Task< WafResult?> Review(ProcessingState State)
Reviews the processing state, and returns a WAF result, if any.
ContentSizeExceeded(XmlElement Xml, WafAction Parent, WebApplicationFirewall Document)
Checks if the content size of the current request exceeds a limit.