Contains enum_ and enum_ut_ keywords.
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.hpp:34
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
socket_information_options
Describes states for a xtd::net::sockets::socket. This enumeration has a flags attribute that allows ...
Definition socket_information_options.hpp:31
@ none
none of the socket operations.
Definition socket_async_operation.hpp:34
@ connected
The Socket is connected.
Definition socket_information_options.hpp:37
@ use_only_overlapped_io
The Socket uses overlapped I/O.
Definition socket_information_options.hpp:41
@ none
Use no flags for this call.
Definition socket_information_options.hpp:33
@ listening
The Socket is listening for new connections.
Definition socket_information_options.hpp:39
@ non_blocking
The Socket is nonblocking.
Definition socket_information_options.hpp:35
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