System::Net::ServicePoint::set_ConnectionLeaseTimeout 方法

ServicePoint::set_ConnectionLeaseTimeout method

设置以毫秒为单位的超时时间,在此之后活动的 ServicePoint 将被关闭。

void System::Net::ServicePoint::set_ConnectionLeaseTimeout(int32_t value)
参数类型描述
int32_t要设置的值。

另见