socket & xtd::net::sockets::socket::multicast_loopback | ( | bool | value | ) |
Sets a value that specifies whether outgoing multicast packets are delivered to the sending application.
value | true if the xtd::net::sockets::socket receives outgoing multicast packets; otherwise, false. |
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. |
xtd::not_supported_exception | The xtd::net::sockets::socket is not in the xtd::net::sockets::address_family::inter_network or xtd::net::sockets::address_family::inter_network_v6 families. |