6 #include "../../core_export.h" 7 #include "../../object.h" 8 #include "../../types.h" 9 #include "../../ustring.h" 43 socket_information& operator =(
const socket_information&) =
default;
61 const std::vector<xtd::byte>& protocol_information()
const noexcept;
65 socket_information& protocol_information(
const std::vector<xtd::byte>& value) noexcept;
70 std::vector<xtd::byte> protocol_information_;
Use no flags for this call.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
socket_information_options
Describes states for a xtd::net::sockets::socket. This enumeration has a flags attribute that allows ...
Definition: socket_information_options.h:29