CInternetFile::Close

virtual void Close( );
Throw ( CInternetException );

Remarks

Closes a CInternetFile and frees any of its resources. If the file was opened for writing, there is an implicit call to Flush to assure that all buffered data is written to the host. You should call Close when you are finished using a file.

CInternetFile OverviewClass MembersHierarchy Chart