PageSendEventArgs Class
Page event that is raised by the firewall when resource has been send
Namespace:
Walter.Web.FireWall.EventArgumentsAssembly: Walter.Web.FireWall (in Walter.Web.FireWall.dll)
Remarks
Page requests can serve multiple types of data, not just web pages, the are used when ever a request is served by the web service.
the IPageRequest is a ideal hook to park process issues on by adding any exceptions that occur during the processing of your request to the IPageRequest.Exception property. if more then 1 error was assigned to the property they will be added to the IPageRequest.Exceptions list where IPageRequest.Exception is always the last exception that was added to the page request