Simple One Thread Socket - TCP Server
问题 First, I don't know if Stackoverflow is the best site to post this kind of message, but I don't know another sites like this. In oder to understand properly tcp programmation in C#, I decided to do all possible ways from scratch. Here is what I want to know (not in the right order: - Simple One Thread Socket Server (this article) - Simple Multiple Threads Socket Server (I don't know how, cause threads are complicated) - Simple Thread Socket Server (put the client management in another thread)