net::CClientSocket Class Reference

Inheritance diagram for net::CClientSocket:

net::CSocket net::CEventClientSocket List of all members.

Detailed Description

A socket class to handle client based communications.

Author:
Elden Armbrust
CClientSocket is a multipurpose TCP socket class designed to handle most, if not all, unencrypted client communications over a connection. It inherits from the CSocket class, while extending its functionality to handle client system communications.


Public Member Functions

bool Connect ()


Member Function Documentation

bool net::CClientSocket::Connect (  ) 

The Connect() method allows for a parameterless call to be made to either re-establish a connection or to establish a new connection on an existing, filled CClientSocket object.

Author:
Elden Armbrust
Returns:
A boolean value which corresponds to whether the connection succeeded (true) or failed (false).


The documentation for this class was generated from the following files:
Generated on Mon Jul 2 10:27:20 2007 for libAeon by  doxygen 1.5.1