-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.GetOption
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
libcURL.EasyHandle.GetOption
Function GetOption(OptionNumber As Integer, DefaultValue As Variant = Nil) As Variant
Name | Type | Comment |
---|---|---|
OptionNumber | Integer | The libcURL option value to look up. |
DefaultValue | Variant | Optional. If the option has not been set, this value is returned. |
Returns a Variant suitable to contain the option value requested.
This method complements the SetOption method. You can use this method to retrieve any previously-set option value. If the OptionNumber
has not been set then the DefaultValue
parameter is returned.
This method cannot retrieve option values which 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.