AsyncDNS.resolveHost

Sends a request through a thread pool for the specified host to be resolved. The callback specified in run() will be signaled with the OS-specific NetworkAddress structure.

class AsyncDNS
nothrow
bool
resolveHost
(
string url
,
bool ipv6 = false
,
bool force_async = false
)

Meta