System::Net::ServicePoint::set_MaxIdleTime method

ServicePoint::set_MaxIdleTime method

Sets an amount of time in milliseconds after which an idle connection will be closed.

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

See Also