CInternetFile::Close

Closes a CInternetFile and frees any of its resources.

virtual void Close( );

Заметки

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.

Исключения

This method can throw exceptions of type CInternetException*.

Требования

Header: afxinet.h

См. также

Основные понятия

CInternetFile Class

CInternetFile Members

Hierarchy Chart