System::Net::ServicePointManager::set_UseNagleAlgorithm method

ServicePointManager::set_UseNagleAlgorithm method

Sets a value that indicates if the ServicePoint-class instances use the Nagle algorithm.

static void System::Net::ServicePointManager::set_UseNagleAlgorithm(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also