set_MaxServicePoints()

ServicePointManager::set_MaxServicePoints(int32_t) 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)

Arguments

ParameterTypeDescription
valueint32_tThe value to set.

See Also