Walter.Web.FireWall
TryGetIncidentStats Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IFireWall Interface : TryGetIncidentStats Method
The page.
Generates user incident statistics for the endpoint, UserIncidentStats contains the user statistics as well as all recorded incident statistics, if any.
of the visited page returns any known incident statistics.
Syntax
bool TryGetIncidentStats( 
   IPageRequest page,
   out IUserIncidentStats? stats
)

Parameters

page
The page.
stats
Generates user incident statistics for the endpoint, UserIncidentStats contains the user statistics as well as all recorded incident statistics, if any.

Return Value

true if XXXX, false otherwise.
Remarks

This data is in context of the current URL, violations on other URL's are ignored.

Multiple registrations of the same request will result in a single entry and one can safely call the method several times without corrupting the underlying data structures

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

IFireWall Interface
IFireWall Members