System::Net::ServicePoint::set_ConnectionLimit method

ServicePoint::set_ConnectionLimit method

Sets the maximum number of connections that are allowed by the current instance.

void System::Net::ServicePoint::set_ConnectionLimit(int32_t value)
ParameterTypeDescription
valueint32_tThe value to set.

See Also