Function EventDriverDNS.lookupHost
Looks up addresses corresponding to the given DNS name.
abstract DNSLookupID lookupHost
(
string name,
nothrow @safe void delegate(DNSLookupID, DNSStatus, RefAddress[]) on_lookup_finished
) nothrow @safe;