> Is there a example over how socketserver send data to several clients?

Do you mean TWSocketServer ?
If yes, then TWSocketServer doesn't send anything to client. It manage
client connections which in turn are handle by a separate TWSocket
instanciated by TWSocketServer.

TWSocketServer has ClientCount and Client[] properties which allows you to
iterate thru all connected clients and - for example - send something to
each one.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to