Purpose
Closes and disposes of the CHttpConnection handle and frees its memory.
Syntax
MICloseHttpConnection( ByVal hConnection As CHttpConnection )
hConnection is the CHttpConnection object handle to be disposed of.
Description
Use the MICloseHttpConnection() to close and free the CHttpConnection handle, obtained by calling the MIGetHttpConnection() function, when the handle is no longer in use.