Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Indy 9 TPC client/Server and CommandHandlers
| Subject: | Indy 9 TPC client/Server and CommandHandlers |
| Posted by: | "RandomAccess" (n..@tellingyou.com) |
| Date: | Mon, 24 Sep 2007 05:48:39 |
Am trying to learn to use Indy's command handlers and so far have had great
success as everything seems to be straight forward on the server side - but
I don't actually send any data yet (from the server to the client), I have
been simply learning to use the command handlers (sending from client to
server and verifying responses).
I am currently looking at the client side, and I am having some difficulty
understanding what my client side code needs to do (after sending a
command), in order to receive the data sent by the server.
I think that all I am looking for is for someone to point out the correct
event handler I should be responding to and perhaps a short description of
what should be going on in the handler.
any help would be greatly appreciated.