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.