Walter.Web.FireWall
IsApplicable(IPageRequest) Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall.RuleEngine Namespace > RegExRule Class > IsApplicable Method : IsApplicable(IPageRequest) Method
The page/service requested.
Determines whether the rule is applicable on a given context [the specified request].
Syntax
public override bool IsApplicable( 
   IPageRequest page
)

Parameters

page
The page/service requested.

Return Value

true if [is] [the specified request]; otherwise, false.
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

RegExRule Class
RegExRule Members
Overload List
Base Implementation in IsApplicable(IPageRequest)