-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.SetOption
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.cURLSession.SetOption
Function SetOption(OptionNumber As Integer, NewValue As Variant) As Boolean
Name | Type | Comment |
---|---|---|
OptionNumber | Integer | A cURL option number |
NewValue | Variant | The new value for the option |
If the option was set this method returns True
. If it returns False
the option was not set and the curl error number is stored in cURLSession.LastError.
Call this method with a curl easy option number and a value that is acceptable for that option.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.