libcURL.Opts.OptionInfo.IsSet - charonn0/RB-libcURL GitHub Wiki

libcURL.Opts.OptionInfo.IsSet

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.