Easiest way to perform DNS query?

  • Thread starter Thread starter Adam Clauss
  • Start date Start date
A

Adam Clauss

I need run a DNS query that retrieves all TXT records for a given hostname. The Dns class seems unable to do anything other than
actually RESOLVE a hostname. What alternatives are there?

Thanks!
 
Adam said:
I need run a DNS query that retrieves all TXT records for a given hostname. The Dns class seems unable to do anything other than
actually RESOLVE a hostname. What alternatives are there?

Thanks!

You could use a WebRequest from www.hexillion.com and parse the results...
 
Back
Top