set_MaxServicePointIdleTime()

ServicePointManager::set_MaxServicePointIdleTime(int32_t) method

Sets the maximum idle time of the ServicePoint-class instances.

static void System::Net::ServicePointManager::set_MaxServicePointIdleTime(int32_t value)

Arguments

ParameterTypeDescription
valueint32_tThe value to set.

See Also