asp.net.ph

IHttpModule.Init Method

System.Web Namespace   IHttpModule Interface


Initializes a module and prepares it to handle requests.

[ VB ]
Sub Init ( _
   ByVal context As HttpApplication _
)

[ C# ]
void Init (
   HttpApplication context
);

[ C++ ]
void Init (
   HttpApplication* context
);

[ JScript ]
function Init (
   context : HttpApplication
);

Parameters

context
An HttpContext object that provides references to the intrinsic server objects ( for example, Request, Response, Session, and Server ) used to service HTTP requests.
See Also

IHttpModule Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph