System::Net::ServicePointManager::get_UseNagleAlgorithm method

ServicePointManager::get_UseNagleAlgorithm method

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

static bool System::Net::ServicePointManager::get_UseNagleAlgorithm()

ReturnValue

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

See Also