المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Multi client - Server application



C# Programming
07-20-2009, 02:11 PM
I want to create a desktop application having a single centralized server
which accepts multiple client connections and responds them.

I am trying to use TcpListener class (for server) and TcpClient class (for clients). The server and client application are able to connect but I am not able to accept multiple clients connections.

Can anyone help me out to solve this issue.