Contains enum_ and enum_ut_ keywords.
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
ip_protection_level
A value that enables restriction of an IPv6 socket to a specified scope, such as addresses with the s...
Definition ip_protection_level.hpp:31
@ unspecified
Unspecified address family.
Definition address_family.hpp:34
@ edge_restricted
The IP protection level is edge restricted. This value would be used by applications designed to oper...
Definition ip_protection_level.hpp:37
@ unrestricted
The IP protection level is unrestricted. This value would be used by applications designed to operate...
Definition ip_protection_level.hpp:35
@ restricted
The IP protection level is restricted. This value would be used by intranet applications that do not ...
Definition ip_protection_level.hpp:39
@ unspecified
The IP protection level is unspecified. On Windows 7 and Windows Server 2008 R2, the default value fo...
Definition ip_protection_level.hpp:33
The xtd::net::sockets namespace provides a managed implementation of the Berkeley Sockets interface f...
Definition address_family.hpp:16
The xtd::net namespace provides a simple programming interface for many of the protocols used on netw...
Definition cookie_exception.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38