-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.CookieEngine.Reload
Andrew Lambert edited this page May 13, 2016
·
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.