Invoked by ASP+ to enable a module to setup itself to handle requests.
[Visual Basic] Sub Init( _ ByVal context As HttpApplication _ ) [C#] void Init( HttpApplication context ); [C++] void Init( HttpApplication* context ) = 0; [JScript] function Init( context : HttpApplication );
IHttpModule Interface | IHttpModule Members | System.Web Namespace