This documentation is archived and is not being maintained.
IHttpModule.Dispose Method
.NET Framework 1.1
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
[Visual Basic] Sub Dispose() [C#] void Dispose(); [C++] void Dispose(); [JScript] function Dispose();
Remarks
Dispose performs any final cleanup work prior to removal of the module from the execution pipeline.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
IHttpModule Interface | IHttpModule Members | System.Web Namespace
Show: