bool xtd::net::sockets::socket::enable_broadcast | ( | ) | const |
Gets a boolean value that specifies whether the xtd::net::sockets::socket can send or receive broadcast packets.
xtd::net::sockets::socket_exception | This option is valid for a datagram socket only. |
xtd::object_closed_exception | The xtd::net::sockets::socket has been closed. |