set_DontFragment()

Socket::set_DontFragment(bool) method

Sets a value that indicates if the socket allows IP datagrams to be fragmented.

void System::Net::Sockets::Socket::set_DontFragment(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also