Skip to content

libcURL.EasyHandle.GetOption

Andrew Lambert edited this page Oct 17, 2020 · 5 revisions

libcURL.EasyHandle.GetOption

Method Signature

 Function GetOption(OptionNumber As Integer, DefaultValue As Variant = Nil) As Variant

Parameters

Name Type Comment
OptionNumber Integer The libcURL option value to look up.
DefaultValue Variant Optional. If the option has not been set, this value is returned.

Return value

Returns a Variant suitable to contain the option value requested.

Remarks

This method returns the values set using the SetOption method.

See also

Clone this wiki locally