Click here to Skip to main content
15,887,444 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,


In client/server communication, server has to keep the track of each client connected to it and display its id(ipaddr /username) . We should able to select/de-select each client in server to transfer the data individually. please help me. I am new to c# visual studio.


Amith
Posted
Comments
lukeer 22-Feb-12 3:20am    
What exactly do you need help with?
1. Get list of connected clients.
2. Get list of users currently logged in.
3. Visualize list.

Use the "Improve question" link beneath your question to provide more detail.
BobJanova 22-Feb-12 9:48am    
This is not a Visual Studio question.

What server class are you using?

What do you mean by 'select/de-select each client'? (Are you talking about a user interface? Some sort of code based filtering?)

What about 'transfer the data individually'?
Sergey Alexandrovich Kryukov 23-Feb-12 4:46am    
Not a question. What's done so far? Where is the problem?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900