Get connected clients
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have build a server application with Sockets. My question is simple. Is it possible to see how many and what clients are connected? If yes then how? Kind Regards , Jacco
-
I have build a server application with Sockets. My question is simple. Is it possible to see how many and what clients are connected? If yes then how? Kind Regards , Jacco
I always keep track of the connected client sockets, so that I can disconnect them at will, for example to restart the server in a correct manner. If you keep track of the connected client sockets, you can simple get the size of the list which gives you the number of connected clients.
WM. What about weapons of mass-construction?