Walter.Web.FireWall
PageSendEventArgs Class
Members 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.EventArguments Namespace : PageSendEventArgs Class
Page event that is raised by the firewall when resource has been send
Object Model
PageSendEventArgs ClassIPageRequest Interface
Syntax
public class PageSendEventArgs : System.EventArgs 
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

Inheritance Hierarchy

System.Object
   System.EventArgs
      Walter.Web.FireWall.EventArguments.PageSendEventArgs
         Walter.Web.FireWall.EventArguments.RootPageDisposedEventArgs

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

PageSendEventArgs Members
Walter.Web.FireWall.EventArguments Namespace
IPageRequest Interface