Skip to content

libcURL.Opts.IsOptionAvailable

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

libcURL.Opts.IsOptionAvailable

Method Signatures

 Protected Function IsOptionAvailable(OptionNumber As Integer) As Boolean
 Protected Function IsOptionAvailable(OptionName As String) As Boolean

Parameters

IsOptionAvailable(Integer)

Name Type Comment
OptionNumber Integer The option number to check.

IsOptionAvailable(String)

Name Type Comment
OptionName String The name or alias of the option number to check.

Return value

Returns True if the option is available.

Clone this wiki locally