get_MaxServicePoints()

ServicePointManager::get_MaxServicePoints() method

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

static int32_t System::Net::ServicePointManager::get_MaxServicePoints()

Return Value

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

See Also