Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
WafActionWithNameAndDelta.cs
1using System.Xml;
3
5{
10 {
14 protected readonly Int64Attribute delta;
15
20 : base()
21 {
22 }
23
31 : base(Xml, Parent, Document)
32 {
33 this.delta = new Int64Attribute(Xml, "delta");
34 }
35 }
36}
Abstract base class for WAF actions with a name and delta.
WafActionWithNameAndDelta(XmlElement Xml, WafAction Parent, WebApplicationFirewall Document)
Abstract base class for WAF actions with a name and delta.
WafActionWithNameAndDelta()
Abstract base class for WAF actions with a name and delta.
Abstract base class for WAF actions with a name.
Abstract base class for Web Application Firewall actions.
Definition: WafAction.cs:17
WebApplicationFirewall Document
Web Application Firewall document.
Definition: WafAction.cs:60
Web Application Firewall for HttpServer.