set_UseNagleAlgorithm()

ServicePoint::set_UseNagleAlgorithm(bool) method

Sets a value that indicates if the Nagle algorithm is used by connections managed by the current instance.

void System::Net::ServicePoint::set_UseNagleAlgorithm(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also