Wrapper of TcpClient what help focus on WHAT you transfer over TCP not HOW (Async, Thread-safe, TcpSerialization with attribute schema, Big/Little endian, Cancellation support)
A simple TcpClient with asynchronous connect logic. Received data packets are available via a DataReceived event. There are also events for Connected and Disconnected.
A C# .net library used to connect to a userdatabase plugin on UniversalServer and keep the user data (username, password, and email) in one place to access.
Easy to use TcpClient helper library that can create TcpClient connected through proxy server.
Automatically detects system proxy settings and creates TcpClient that uses proxy if configured in the system.
TcpClient client =...
More information