Welcome to the TCPClass Documentation.
This UDF is intended to simplify the life of who want to make a Client/Server script.
There 2 includes
You have then access to 2 classes
+: Added, -: Deleted/Deprecated, *: Modified, !: Bug corrected === 1.1b === (30/09/2011) Server: !: Corrected bug in Number of client's extended properties *: Documentation corrected (added 0-based for ClientPropertyGet/Set) +: New Method: NbrClients *: Property NbrClients is now private Client: !: Changed return value of Connect method (see documentation) === 1.1 === Server: +: ClientPropertySet, ClientPropertyGet *: Now works with Socket IDs rather than Socket Handles (for performance) === 1.0 === (10/09/2011) - Initial Release