Walter.Web.FireWall
DisableFirewallAttribute Constructor
Example 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Annotations Namespace > DisableFirewallAttribute Class : DisableFirewallAttribute Constructor
Sometimes you like the firewall not to intervene on a endpoint, this annotation will disable it
Syntax
public DisableFirewallAttribute()
Remarks
The request will be used in the firewall pipeline like statistics and user tracking.
Example
[DisableFirewall]
[ResponseCache(Duration = 60,VaryByQueryKeys = new[] { "reason" })]
public IActionResult Blocked(BlockingReasons reason)
{
return View(reason);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DisableFirewallAttribute Class
DisableFirewallAttribute Members