6 #include "../../core_export.h" 7 #include "../../object.h" 8 #include "../../types.h" 9 #include "../../ustring.h" 42 socket_information& operator=(
const socket_information&) =
default;
43 friend std::ostream& operator <<(std::ostream& os,
const socket_information& mo) noexcept {
return os << mo.
to_string();}
61 const std::vector<byte_t>& protocol_information()
const noexcept;
65 socket_information& protocol_information(
const std::vector<byte_t>& value) noexcept;
70 std::vector<byte_t> protocol_information_;
virtual xtd::ustring to_string() const noexcept
Returns a sxd::ustring that represents the current object.
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:30
socket_information_options
Describes states for a xtd::net::sockets::socket. This enumeration has a flags attribute that allows ...
Definition: socket_information_options.h:28