Initializes a module and prepares it to handle requests.
Sub Init ( _ context As HttpApplication _ )
Dim instance As IHttpModule Dim context As HttpApplication instance.Init(context)
void Init( HttpApplication context )
void Init( HttpApplication^ context )
function Init( context : HttpApplication )
Use the Init method to register event handling methods with specific events.
For an example of a custom module that implements IHttpModule, see Walkthrough: Creating and Registering a Custom HTTP Module.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98