VCF::InternetKit Class Reference
The InternetKit is a singleton class that initializes the rest of the InternetKit and the InternetToolkit class. More...
#include <vcf/InternetKit/InternetKit.h>
Static Public Member Functions | |
| static void | init (int argc, char **argv) |
| Initializes the Internet kit. | |
| static void | terminate () |
| Terminates the Internet kit. | |
Detailed Description
The InternetKit is a singleton class that initializes the rest of the InternetKit and the InternetToolkit class.The InternetKit provides a series of high level classes useful in retrieving files/data from the internet using various common protocols, like HTTP, or even FTP.
- You need to initialize it after the FoundationKit, and terminate it before the FoundationKit.
Member Function Documentation
|
||||||||||||
|
Initializes the Internet kit. Takes arguments that were passed to the main() entry point function of your application. argc may be 0 and argv may be NULL. |
|
|
Terminates the Internet kit.
|
The documentation for this class was generated from the following file:
- vcf/InternetKit/InternetKit.h
