set_ConnectionLeaseTimeout()

ServicePoint::set_ConnectionLeaseTimeout(int32_t) method

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

void System::Net::ServicePoint::set_ConnectionLeaseTimeout(int32_t value)

Arguments

ParameterTypeDescription
valueint32_tThe value to set.

See Also