public class PageSendEventArgs : System.EventArgs
public class PageSendEventArgs : System.EventArgs
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
System.Object
System.EventArgs
Walter.Web.FireWall.EventArguments.PageSendEventArgs
Walter.Web.FireWall.EventArguments.RootPageDisposedEventArgs
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