Wilfried Mestdagh wrote:
> Hello Arno,
>
>> As I understand the OP he wants to do a reverse DNS lookup.
>> As far as I know this is possible with TDnsQuery only.
>
> There is also a ReverseDNSLookup method. It will call also
> OnDNSLookupDone when it is done.
Indeed, good to know :)
Arno Garrel
Hello Arno,
> As I understand the OP he wants to do a reverse DNS lookup.
> As far as I know this is possible with TDnsQuery only.
There is also a ReverseDNSLookup method. It will call also
OnDNSLookupDone when it is done.
---
Rgds, Wilfried
http://www.mestdagh.biz
--
To unsubscribe or change
Wilfried Mestdagh wrote:
> Hello,
>
>> the ip, if it is ip it should give me host, but it does not, it works
>> only with hosts
>
> Not exacly. If you call it with IP then DNSLookupDone is just called
> immediatly with the IP address. Only if you pass it a hostname then a
> DNS lookup is done in
Hello,
> the ip, if it is ip it should give me host, but it does not, it works
> only with hosts
Not exacly. If you call it with IP then DNSLookupDone is just called
immediatly with the IP address. Only if you pass it a hostname then a
DNS lookup is done in background and OnDNSLookupDone is calle
EMAIL PROTECTED]
http://www.overbyte.be
- Original Message - From: "Develop ics" <[EMAIL PROTECTED]>
To:
Sent: Friday, July 15, 2005 6:54 PM
Subject: [twsocket] error dnslookup
Hi
I've a problem with TWSocket when i want to use dnslookup with an ip
number.
If i give
te.be
- Original Message -
From: "Develop ics" <[EMAIL PROTECTED]>
To:
Sent: Friday, July 15, 2005 6:54 PM
Subject: [twsocket] error dnslookup
Hi
I've a problem with TWSocket when i want to use dnslookup with an ip
number.
If i give it a host as parameter, it res
Hi
I've a problem with TWSocket when i want to use dnslookup with an ip
number.
If i give it a host as parameter, it resolves it, but if i give it an ip
number it does nothing, i saw in ICS's DnsLook.dpr sample project that
if i pass an ip it resolves nice
I've a list of hosts and IPs and I pas