Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jan : Need help using Indy
| Subject: | Need help using Indy |
| Posted by: | "Dave K" (davekeeze..@yahoo.com) |
| Date: | Wed, 10 Jan 2007 20:00:49 |
I have been using ICS - Internet Component Suite for some time in D6. Now I
want to use the Indy components in BDS 2006.
I'm trying to 'translate' some aspects of ICS:
ICS: THttpCli.OnDocBegin
INDY: TIdHTTP.OnWorkBegin correct?
ICS: THttpCli.OnDocEnd
INDY: TIdHTTP.OnWorkEnd correct?
ICS: THttpCli.OnHeaderEnd
INDY: ??? Does TIdHTTP have an equivelent?
ICS: THttpCli.OnDocData
INDY: ??? Does TIdHTTP have an equivelent?
ICS: THttpCli.ContentType
INDY: ??? Does TIdHTTP have an equivelent?
Thanks in advance for any help,
DaveK