News

Create an asynchronous TCP client socket in C# At the client side, you will need to run a client socket that connects to the server socket and sends and receives data to and from the server.
I have done simple socket programming in C and C++ on Linux, and I'd say those languages are the ones I know best.<BR><BR>My one requirement is that it has to run on Linux.