SockAddr.resolve

Perform a name resolution on the given string

struct SockAddr
static @trusted
resolve
(
string hostname
,
string service = null
,
ushort family = AF_INET
,
int sockType = 0
)

Meta