Function resolveHost
Resolves the given host
name/IP address string.
Setting use_dns
to false will only allow IP address strings but also guarantees
that the call will not block.
Prototypes
NetworkAddress resolveHost(
string host,
std .socket .AddressFamily address_family = cast(AddressFamily)0,
bool use_dns = true
);
NetworkAddress resolveHost(
string host,
ushort address_family,
bool use_dns = true
);
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.