System::Net::ServicePoint::set_ConnectionLeaseTimeout method

ServicePoint::set_ConnectionLeaseTimeout method

Sets a timeout in milliseconds after which active ServicePoint will be closed.

void System::Net::ServicePoint::set_ConnectionLeaseTimeout(int32_t value)
ParameterTypeDescription
valueint32_tThe value to set.

See Also