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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top