udp_client & xtd::net::sockets::udp_client::multicast_loopback | ( | bool | value | ) |
Sets a boolean value that specifies whether outgoing multicast packets are delivered to the sending application.
value | true if the xtd::net::sockets::udp_client receives outgoing multicast packets; otherwise, false. |
xtd::net::sockets::socket_exception | An error occurred when attempting to access the underlying socket. |
xtd::object_closed_exception | The underlying xtd::net::sockets::socket has been closed. |