Skip to content

libcURL.Opts.OptionInfo.IsSet

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

Method Signature

 Function IsSet(Session As libcURL.EasyHandle) As Boolean

Parameters

Name Type Comment
Session EasyHandle The EasyHandle whose option you want to check.

Return value

Returns True if the option represented by this OptionInfo instance has been modified on the given instance of EasyHandle.

Clone this wiki locally