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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note