|
EasySockets v2.0.0
A simple, cross platform socket library for C++.
|
| Nes | |
| CEndPoint | Represents the address + port that identifies a connection. Initialized by {Address, Port}, e.g. {"192.168.0.1", 443} |
| CPosixContext | An object which is required to exist for es::Sockets to be used |
| CPosixSocket | An object which represents a connection between two applications |
| CWindowsSocket | An object which represents a connection between two applications |
| CWinsockContext | An object which is required to exist for es::Sockets to be used |