get_UseNagleAlgorithm()

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()

Return Value

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

See Also