Peer-to-Peer (P2) Networking – C++ Class Library

Class

Header File

Comments

Help Files

Demo Project Source Code

LFile

LTCFILE.H

The LFile class is derived from LBaseFile and extends it to provide low-level functions that can be used to load files from a network source in an asynchronous manner (for example, LFile::FeedLoad).

C++ CLib Help

\Examples\ClassLibrary\MSVC\FEEDLOAD

LInet

LTCINET.H

The LInet class provides Internet functions that allow you to create client server applications that transfer data over the Internet or local intranets. It includes functions for handling connections via network, and reading and sending data. This class also includes functions to control a list of computers connected to the local computer.

Internet C++ CLib Help

\Examples\ClassLibrary\MSVC\NETCMD

LInetPacket

LTCINET.H

The LInetPacket class provides Internet packet functions that allow you to create packet objects that contain information used in sending commands and responses. It includes functions for setting a binary chunk of data and setting a variable number of parameters and their associated types. Both the binary chunk of data and the parameter data are optional.

FTP/HTTP C++ CLib Help

\Examples\ClassLibrary\MSVC\NETCMD

The LEADTOOLS C++ Class Library provides low level support for Internet/Intranet Imaging support.

The LEADTOOLS C++ Class Library DLL module is LTWVC?.DLL. All classes are located in this DLL, but this DLL may require other DLLs. Refer to the "Files To Be Included With Your Application" topic in the help file for more information.