See Also

ArHandlerBase Class  | ArHandlerBase Members

Language

Visual Basic

C#

Show All

context
Provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
See Also Languages ActiveReports.Web Send feedback to Data Dynamics

ProcessRequest Method

This is the method that ASP.NET will use to allow the handler to handle a request. Essentially all handler work begins with this method.

[Visual Basic]
Public Overridable MustOverride Sub ProcessRequest( _    ByVal context As HttpContext _ )
[C#]
public virtual abstract void ProcessRequest(    HttpContext context );

Parameters

context
Provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.

See Also

ArHandlerBase Class  | ArHandlerBase Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.