4#ifndef _Stroika_Foundation_IO_Network_DNS_h_
5#define _Stroika_Foundation_IO_Network_DNS_h_ 1
7#include "Stroika/Foundation/StroikaPreComp.h"
12#include "Stroika/Foundation/Containers/Sequence.h"
34 using Characters::String;
35 using Containers::Sequence;
String is like std::u32string, except it is much easier to use, often much more space efficient,...
A generalization of a vector: a container whose elements are keyed by the natural numbers.
nonvirtual optional< String > ReverseLookup(const InternetAddress &address) const
nonvirtual optional< String > QuietReverseLookup(const InternetAddress &address) const
nonvirtual InternetAddress GetHostAddress(const String &hostNameOrAddress) const
simple wrapper on GetHostEntry.
nonvirtual HostEntry GetHostEntry(const String &hostNameOrAddress) const
nonvirtual Sequence< InternetAddress > GetHostAddresses(const String &hostNameOrAddress) const
simple wrapper on GetHostEntry - looking up the hostname/ip address and returning the list of associa...