xtd 0.2.0
Loading...
Searching...
No Matches
protocol_type.h File Reference
#include "../../enum.h"

Definition

Contains xtd::net::sockets::protocol_type 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::protocol_type {
  xtd::net::sockets::protocol_type::unknown ,
  xtd::net::sockets::protocol_type::ip_v6_hop_by_hop_options ,
  xtd::net::sockets::protocol_type::unspecified ,
  xtd::net::sockets::protocol_type::ip ,
  xtd::net::sockets::protocol_type::icmp ,
  xtd::net::sockets::protocol_type::igmp ,
  xtd::net::sockets::protocol_type::ggp ,
  xtd::net::sockets::protocol_type::ip_v4 ,
  xtd::net::sockets::protocol_type::tcp ,
  xtd::net::sockets::protocol_type::pup ,
  xtd::net::sockets::protocol_type::udp ,
  xtd::net::sockets::protocol_type::idp ,
  xtd::net::sockets::protocol_type::ip_v6 ,
  xtd::net::sockets::protocol_type::ip_v6_routing_header ,
  xtd::net::sockets::protocol_type::ip_v6_fragment_header ,
  xtd::net::sockets::protocol_type::ip_sec_encapsulating_security_payload ,
  xtd::net::sockets::protocol_type::ip_sec_authentication_header ,
  xtd::net::sockets::protocol_type::icmp_v6 ,
  xtd::net::sockets::protocol_type::ip_v6_no_next_header ,
  xtd::net::sockets::protocol_type::ip_v6_destination_options ,
  xtd::net::sockets::protocol_type::nd ,
  xtd::net::sockets::protocol_type::raw ,
  xtd::net::sockets::protocol_type::ipx ,
  xtd::net::sockets::protocol_type::spx ,
  xtd::net::sockets::protocol_type::spx_2
}
 Specifies the protocols that the xtd::net::sockets::socket class supports. More...