Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
This function checks for a license.
Created 15th April 2018, last changed 21st December 2022