|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Namespaces | |
| namespace | Http |
| namespace | Security |
| namespace | Sockets |
| namespace | WebSockets |
Classes | |
| class | Dns |
| Provides simple domain name resolution functionality. More... | |
Functions | |
| static std::vector< String > | CollectIpv4Addresses (struct addrinfo *result) |
| Extract IPv4 string representations from linked addrinfo structures. | |
| static struct addrinfo * | ResolveHostAddrInfo (const char *host) |
| Query system DNS resolver via getaddrinfo. | |
|
strong |
Contains the values of status codes defined for HTTP in RFC 9110 and RFC 7231.
Standards Conformance: RFC 9110 (HTTP Semantics), RFC 7231, RFC 6585, RFC 7540 (HTTP/2).
Definition at line 13 of file HttpStatusCode.h.
|
static |
Extract IPv4 string representations from linked addrinfo structures.
Iterate over linked addrinfo nodes.
Definition at line 41 of file Dns.cpp.
References DotNetDupe::System::String::String(), and CollectIpv4Addresses().
Referenced by CollectIpv4Addresses(), and DotNetDupe::System::Net::Dns::GetHostAddresses().
|
static |
Query system DNS resolver via getaddrinfo.
Invoke native DNS resolution.
Definition at line 57 of file Dns.cpp.
References ResolveHostAddrInfo().
Referenced by DotNetDupe::System::Net::Dns::GetHostAddresses(), and ResolveHostAddrInfo().