LibasyncEventDriverDNS

Undocumented in source.

Members

Functions

cancelLookup
void cancelLookup(DNSLookupID handle)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupHost
DNSLookupID lookupHost(string name, DNSLookupCallback on_lookup_finished)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EventDriverDNS

lookupHost
DNSLookupID lookupHost(string name, DNSLookupCallback on_lookup_finished)

Looks up addresses corresponding to the given DNS name.

cancelLookup
void cancelLookup(DNSLookupID handle)

Cancels an ongoing DNS lookup.

isValid
bool isValid(DNSLookupID handle)

Determines whether the given DNS lookup handle is valid.

Meta