IHttpModule Members
.NET Framework 3.0
Provides module initialization and disposal events to the implementing class.
The following tables list the members exposed by the IHttpModule type.
| Name | Description | |
|---|---|---|
| Dispose | Disposes of the resources (other than memory) used by the module that implements IHttpModule. |
| Init | Initializes a module and prepares it to handle requests. |
Community Additions
ADD
Show: