xtd 0.2.0
socket_option_level.h File Reference
#include "../../enum.h"

Definition

Contains xtd::net::sockets::socket_option_level enum.

Include dependency graph for socket_option_level.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 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.
 
 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  xtd::net::sockets::socket_option_level {
  xtd::net::sockets::socket_option_level::socket = 65535,
  xtd::net::sockets::socket_option_level::ip = 0,
  xtd::net::sockets::socket_option_level::ip_v6 = 41,
  xtd::net::sockets::socket_option_level::tcp = 6,
  xtd::net::sockets::socket_option_level::udp = 17
}
 Defines socket option levels for the xtd::net::sockets::socket::set_socket_option and xtd::net::sockets::socket::get_socket_option methods. More...