EventDriverDNS

Performs asynchronous DNS queries.

Members

Functions

cancelLookup
void cancelLookup(DNSLookupID handle)

Cancels an ongoing DNS lookup.

isValid
bool isValid(DNSLookupID handle)

Determines whether the given DNS lookup handle is valid.

lookupHost
DNSLookupID lookupHost(string name, DNSLookupCallback on_lookup_finished)

Looks up addresses corresponding to the given DNS name.

Meta