set_ConnectionLimit()

ServicePoint::set_ConnectionLimit(int32_t) method

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

void System::Net::ServicePoint::set_ConnectionLimit(int32_t value)

Arguments

ParameterTypeDescription
valueint32_tThe value to set.

See Also