-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Opts.OptionIterator.Constructor
Andrew Lambert edited this page Jun 18, 2021
·
3 revisions
libcURL.Opts.OptionIterator.Constructor
Sub Constructor()
Sub Constructor(Session As libcURL.EasyHandle)| Name | Type | Comment |
|---|---|---|
| Session | EasyHandle |
The EasyHandle whose options you want to iterate over. |
When no Session parameter is used this class enumerates all known options. When Session is used this class enumerates all the options that have been set for the Session.
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.