set_DefaultConnectionLimit()

ServicePointManager::set_DefaultConnectionLimit(int32_t) method

Sets the maximum number of concurrent connections that are allowed by the ServicePoint-class instances.

static void System::Net::ServicePointManager::set_DefaultConnectionLimit(int32_t value)

Arguments

ParameterTypeDescription
valueint32_tThe value to set.

See Also