Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

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>

List of all members.

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

static void VCF::InternetKit::init int  argc,
char **  argv
[static]
 

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.

static void VCF::InternetKit::terminate  )  [static]
 

Terminates the Internet kit.


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information