set_NoDelay()

Socket::set_NoDelay(bool) method

Sets a value that indicates if the socket is using the Nagle algorithm.

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

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also