Introduction - If you have any usage issues, please Google them yourself
C# asynchronous TCP Socket chat rooms (one server, N clients) general chat programs are using the socket mode communications. For a chat program, it is generally a server used to relay the message, then multiple clients to connect to the server through the exchange of messages.