System.Web Namespace IHttpModule Interface
Disposes of the resources ( other than memory ) used by the module that implements IHttpModule.
[ VB ]
Sub Dispose ( )
[ C# ]
void Dispose ( );
[ C++ ]
void Dispose ( );
[ JScript ]
function Dispose ( );
Dispose performs any final cleanup work prior to removal of the module from the execution pipeline.
IHttpModule Members