IPSingleton.resolveHostnameQueueItem

Creates a queue item to resolve a hostname to an IPv4 or IPv6 address depending on the TYPE_* constant given as "ip_type". Returns the queue ID if successful, or RESOLVER_INVALID_ID on error.

struct IPSingleton
@nogc nothrow
long
resolveHostnameQueueItem
(
StringArg0
)
(
in StringArg0 host
,
in long ip_type = 3
)

Meta