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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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