Skip to content

libcURL.CookieEngine.Reload

Andrew Lambert edited this page Mar 15, 2017 · 7 revisions

#libcURL.CookieEngine.Reload

Method Signatures

 Function Reload(CookieFile As FolderItem = Nil) As Boolean

Parameters

Name Type Comment
CooikieFile FolderItem Optional. The cookie file to reload.

Return value

Returns true if the operation succeeded; if it returns false then check EasyHandle.LastError.

Remarks

Reloads the cookie list from the CookieFile. If no CookieFile is specified then the CookieJar is used.

Clone this wiki locally