Categories

Updated: 12/20/1999

AspDNS

AspDNS can do forward and reverse DNS lookups returning either the IP address or the host name. Two methods are provided: DNSLookup(hostname - string) where the return value is a string with the IP address of the hostname and failure is indicated by an empty string, and ReverseDNSLookup(IPAddress - string) where if the IP address is found in the DNS the return value is the hostname.
©2003-2019 jCay.com