Walter.Web.FireWall
WhiteListIPAttribute Constructor(IPAddress,IPAddress,FireWallGuardActions)
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Annotations Namespace > WhiteListIPAttribute Class > WhiteListIPAttribute Constructor : WhiteListIPAttribute Constructor(IPAddress,IPAddress,FireWallGuardActions)
inclusive start IP address
inclusive end address IP address
The modules to white list
AllowRaiseIncident a scope of IP addresses by providing a from and till IP address, all other IP addresses will be blocked
Syntax
public WhiteListIPAttribute( 
   IPAddress from,
   IPAddress till,
   FireWallGuardActions skipChecks
)

Parameters

from
inclusive start IP address
till
inclusive end address IP address
skipChecks
The modules to white list
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

WhiteListIPAttribute Class
WhiteListIPAttribute Members
Overload List