-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Opts.OptionInfo.Value
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libcURL.Opts.OptionInfo.Value
Function Value(Session As libcURL.EasyHandle) As Variant
Sub Value(Session As libcURL.EasyHandle, Assigns NewValue As Variant)
Name | Type | Comment |
---|---|---|
Session | EasyHandle |
The EasyHandle whose option you want to read. |
Name | Type | Comment |
---|---|---|
Session | EasyHandle |
The EasyHandle whose option you want to write. |
NewValue | Variant |
The value to set for this option on the EasyHandle . |
The current value for the option if it has been set, or Nil
if not set.
This method is useful for metaprogramming with libcURL.
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.