Inheritance diagram for net::CClientSocket:
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 () |
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.