A
Amy L.
When I make the following call:
IPHostEntry hostInfo = Dns.GetHostByAddress( hostIPAddress ) ;
If the PTR (i.e. the IP address to name resolution) does not exist my
program will start making Netbios calls (Name query to the remote host).
The netbios lookup is very undesired.
Is there a way to not perform the netbios query if the PTR record does not
exist?
Amy.
IPHostEntry hostInfo = Dns.GetHostByAddress( hostIPAddress ) ;
If the PTR (i.e. the IP address to name resolution) does not exist my
program will start making Netbios calls (Name query to the remote host).
The netbios lookup is very undesired.
Is there a way to not perform the netbios query if the PTR record does not
exist?
Amy.