set_MaxIdleTime()

ServicePoint::set_MaxIdleTime(int32_t) 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)

Arguments

ParameterTypeDescription
valueint32_tThe value to set.

See Also