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