Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets the transfer timeout in milliseconds.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Value | Timeout value in milliseconds. | 60000 |
Returns "OK" on success.
See also TIMEOUT_MS option in CURL manual.
Sets timeout to half second:
MBS( "CURL.SetOptionTimeOutMS"; $curl; 500 )
Created 18th August 2014, last changed 8th December 2016