udp_client & xtd::net::sockets::udp_client::dont_fragment | ( | bool | value | ) |
Sets boolean value that specifies whether the xtd::net::sockets::udp_client allows Internet Protocol (IP) datagrams to be fragmented.
value | true if the xtd::net::sockets::udp_client allows datagram fragmentation; otherwise, false. The default is true. |
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. |