xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include "../../ustring.h"
Contains xtd::net::sockets::ip_protection_level enum.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::net |
The xtd::net namespace provides a simple programming interface for many of the protocols used on networks today. The xtd::net::web_request and xtd::net::web_response classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols. | |
namespace | xtd::net::sockets |
The xtd::net::sockets namespace provides a managed implementation of the Berkeley Sockets interface for developers who need to tightly control access to the network. | |
Enumerations | |
enum class | xtd::net::sockets::ip_protection_level { xtd::net::sockets::ip_protection_level::unspecified , xtd::net::sockets::ip_protection_level::unrestricted , xtd::net::sockets::ip_protection_level::edge_restricted , xtd::net::sockets::ip_protection_level::restricted } |
A value that enables restriction of an IPv6 socket to a specified scope, such as addresses with the same link local or site local prefix. More... | |