-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Opts.OptionInfo
Andrew Lambert edited this page Nov 26, 2022
·
9 revisions
Protected Class OptionInfo
This class represents a libcURL option number. Currently, only EasyHandle
option numbers are supported.
This class cannot be instantiated using the New
keyword. You must assign a name, alias, or number to a reference to create a new instance:
Dim opt As libcURL.Opts.OptionInfo = "COPYPOSTFIELDS"
You may pass an instance of this class directly to EasyHandle.SetOption
as the OptionNumber
parameter.
- BindingAlias As String
- DefaultValue As Variant
- DocumentationURL As String
- IsAvailable As Boolean
- IsDeprecated As Boolean
- IsNullable As Boolean
- LibraryAlias As String
- MinimumVersion As String
- Name As String
- OptionNumber As Int32
- Type As OptionType
- 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.