DNS PTR Lookup

  • Thread starter Thread starter Amy L.
  • Start date Start date
A

Amy L.

When I make the following call:

IPHostEntry hostInfo = Dns.GetHostByAddress( hostIPAddress ) ;

If the PTR does not exist my program will than start making Netbios calls
(Name query to the remote host). The netbios lookup is very undesired.

Is there a way to disable the Netbios name query and have it only do the DNS
lookup?

Amy.
 
amy:

it is not clear from your post what "PTR" is releative to the example. try
re-writing the post a little more clearly - this will help you get the
answers you need.

john
 

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