System::Net::ServicePoint::get_MaxIdleTime 方法

ServicePoint::get_MaxIdleTime method

获取以毫秒为单位的时间量,超过该时间空闲连接将被关闭。

int32_t System::Net::ServicePoint::get_MaxIdleTime()

ReturnValue

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

另见