Skip to content

libcURL.Opts.OptionInfo

Andrew Lambert edited this page Nov 26, 2022 · 9 revisions

libcURL.Opts.OptionInfo

Class Declaration

 Protected Class OptionInfo

Remarks

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.

Methods

Properties

See also

Clone this wiki locally