IHttpModule Interface
.NET Framework (current version)
Provides module initialization and disposal events to the implementing class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Disposes of the resources (other than memory) used by the module that implements IHttpModule. |
![]() | Init(HttpApplication) | Initializes a module and prepares it to handle requests. |
For an example of a custom module that implements IHttpModule, see Walkthrough: Creating and Registering a Custom HTTP Module.
.NET Framework
Available since 1.1
Available since 1.1
Show:
