set_UseNagleAlgorithm()

ServicePointManager::set_UseNagleAlgorithm(bool) method

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

static void System::Net::ServicePointManager::set_UseNagleAlgorithm(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also