Walter.Web.FireWall
TryGetAgentReputation Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IFireWall Interface : TryGetAgentReputation Method
the user agent to find
The agent found
Try and get a user-agent reputation
Syntax
bool TryGetAgentReputation( 
   string userAgent,
   out IUAUserAgent? agent
)

Parameters

userAgent
the user agent to find
agent
The agent found

Return Value

True if agent repository is used
Remarks
The navigation of IPageRequest.User.UserAgent.MetaData contains access to a the user agent in the request. Use this method when reporting on a given user agent
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
MetaData Property
User Property
UserAgent Property