-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.IsOptionSet
Andrew Lambert edited this page Sep 6, 2024
·
3 revisions
libcURL.cURLSession.IsOptionSet
Function IsOptionSet(OptionNumber As Integer) As Boolean
Name | Type | Comment |
---|---|---|
OptionNumber | Integer | The libcURL option value to look up. |
Returns True
if the option has been modified from its default value.
This method returns True if the OptionNumber has already been set on the EasyHandle. This method doesn't know about options that were set using the SetOptionPtr method.
- libcURL.Opts module containing option number constants
- OptionInfo class
- OptionIterator class
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.