get_DefaultConnectionLimit()

ServicePointManager::get_DefaultConnectionLimit() method

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

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

Return Value

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

See Also