Walter.Web.FireWall
TryLogPageRequestAsync(IPageRequest) Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Destinations Namespace > IAsyncDatabaseReportDestination Interface > TryLogPageRequestAsync Method : TryLogPageRequestAsync(IPageRequest) Method
The page that was used to process the request
Tries the log page request, this needs to be stored before the page is send to the client.
Syntax
Task<int> TryLogPageRequestAsync( 
   IPageRequest pageRequest
)

Parameters

pageRequest
The page that was used to process the request
Remarks
TryLogServedPageRequest will send the data to the backing storage for later processing and needs this data to be able to make a match
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

IAsyncDatabaseReportDestination Interface
IAsyncDatabaseReportDestination Members
Overload List