xtd 0.2.0
Loading...
Searching...
No Matches

◆ socket_information_options

Describes states for a xtd::net::sockets::socket. This enumeration has a flags attribute that allows a bitwise combination of its member values.

socket_information_options
Describes states for a xtd::net::sockets::socket. This enumeration has a flags attribute that allows ...
Definition socket_information_options.h:31
Header
#include <xtd/net/sockets/socket_information_options>
Namespace
xtd::net::sockets
Library
xtd.core
Enumerator
none 

Use no flags for this call.

non_blocking 

The Socket is nonblocking.

connected 

The Socket is connected.

listening 

The Socket is listening for new connections.

use_only_overlapped_io 

The Socket uses overlapped I/O.