Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

CURL.GetActiveSocket

Receive the active socket used by this curl session.

Component Version macOS Windows Linux Server iOS SDK
CURL 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.GetActiveSocket"; curl )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl

Result

Returns number or error.

Description

Receive the active socket used by this curl session.
If the socket is no longer valid, -1 is returned. When you finish working with the socket, the CURL.Release closes the socket and cleanup other resources associated with the handle. This is typically used in combination with CURL.SetOptionConnectOnly.
This option was added as a replacement for CURL.GetLastSocket since that one isn't working on all platforms.

See also

Created 15th April 2018, last changed 19th April 2020


CURL.FormFinish - CURL.GetAppConnectTime

Feedback: Report problem or ask question.