libcURL.CookieEngine.Reload - charonn0/RB-libcURL GitHub Wiki
libcURL.CookieEngine.Reload
Method Signatures
Function Reload() As Boolean
Return value
Returns true if the operation succeeded; if it returns false then check EasyHandle.LastError.
Remarks
Reloads the cookie list from the files previously specified to ReadCookies.
See also
- CookieEngine.Enabled
- CookieEngine.ReadCookies
- CURLOPT_COOKIELIST in the libcURL documentation.