[EMAIL PROTECTED] wrote:
>> I am very confuse,   if  I need to have a event in the server side to get
>> message sended by clientsocket  I need to use de  .client.ondataavailable
>> or the server   OnDataAvailable event ?

Clients connect to the listening socket of TWSocketServer.
TWSocketServer accepts and duplicates the connection, and creates a
client object (derived from TWSocket).
So Client.OnDataAvailable triggers when data from a client is received.
In order so send something to a client call Client.Send().

Arno Garrels
-- 
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