System::Net::ServicePointManager::set_MaxServicePoints method

ServicePointManager::set_MaxServicePoints method

Sets the maximum number of the ServicePoint-class instances that can be managed by the current instance.

static void System::Net::ServicePointManager::set_MaxServicePoints(int32_t value)
ParameterTypeDescription
valueint32_tThe value to set.

See Also