EHS
Loading...
Searching...
No Matches
BaseDNS.h
Go to the documentation of this file.
1#pragma once
2
3#include "Socket.h"
4#include "ehs/Str.h"
5
6namespace ehs
7{
8 class EHS_LIB_IO BaseDNS
9 {
10 public:
11 static Str_8 Resolve(IP type, const Str_8 &hostname);
12
16 static Str_8 Resolve(const Str_8 &hostname);
17 };
18}
Definition BaseDNS.h:9
static Str_8 Resolve(IP type, const Str_8 &hostname)
Definition BaseDNS.cpp:7
Definition Anchor.h:6
IP
Definition Socket.h:29
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1902