-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.GetOption
Andrew Lambert edited this page Oct 17, 2020
·
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 returns the values set using the SetOption method.
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.