bool xtd::net::sockets::socket::dual_mode | ( | ) | const |
Gets a value that specifies whether the xtd::net::sockets::socket is a dual-mode socket used for both IPv4 and IPv6.
xtd::not_supported_exception | The socket is not in the xtd::net::sockets::address_family::inter_network_v6 family. |
xtd::net::sockets::socket_exception | An error occurred when attempting to access the socket. |
xtd::object_closed_exception | The xtd::net::sockets::socket has been closed. |