System::Net::Sockets::TcpClient::set_NoDelay method

TcpClient::set_NoDelay method

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

void System::Net::Sockets::TcpClient::set_NoDelay(bool value)
ParameterTypeDescription
valueboolThe value that must be set.

See Also