Walter.Web.FireWall
AllowedAccess Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Configurations Namespace > AdministrationConfig Class : AllowedAccess Method
the address to validate
validates a IP address against a white-listed address
Syntax
public bool AllowedAccess( 
   IPAddress? address,
   ILogger? logger
)

Parameters

address
the address to validate
logger

Return Value

True if the IP address is allowed to access firewall administration dashboard
Remarks
If no addresses have been WhiteList the request always returns true as there is no IP address filter configured
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

AdministrationConfig Class
AdministrationConfig Members