System::Net::ServicePoint::set_MaxIdleTime 方法

ServicePoint::set_MaxIdleTime method

设置以毫秒为单位的时间量,在此之后空闲连接将被关闭。

void System::Net::ServicePoint::set_MaxIdleTime(int32_t value)
ParameterType描述
valueint32_t要设置的值。

另见