Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: TIdDNSResolver in INDY10
| Subject: | Re: TIdDNSResolver in INDY10 |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 12 Nov 2007 10:53:37 |
"GannTrader" <Gann.trader@hotmail.com> wrote in message
news:47359599$1@newsgroups.borland.com...
> To open a connection i just set activate to true.
You should not have been doing that in the first place. Simply call the
Resolve() method and nothing else. Resolve() handles everything internally.
> In INDY 10 that property is gone.
No, it is not gone.
> How do i open a connection in INDY10?
TIdDNSResolver is UDP-based, not TCP-based. There are no connections in UDP
to begin with.
Gambit