[twsocket] how to send/recive Client list using twsocket client & server ?

2016-03-19 Thread matrin loanel
i give up i searched a lot on how to send memory stream with Command to client i just wanted to send client list from server to client here is the code that i working on i dont really know what to do to send that clientcount that i collected from server and how to handle it to the client . ///

Re: [twsocket] how to send/recive Client list using twsocket client & server ?

2016-03-19 Thread Angus Robertson - Magenta Systems Ltd
> i give up i searched a lot on how to send memory stream with > Command to client i just wanted to send client list from server > to client > Client := TMyclient(Server.Client[J]); > if (SL.Count > 0) then > begin > MS := TMemoryStream.Create; > try >