libcURL.Opts.OptionIterator.Constructor - charonn0/RB-libcURL GitHub Wiki

libcURL.Opts.OptionIterator.Constructor

Method Signatures

 Sub Constructor()
 Sub Constructor(Session As libcURL.EasyHandle)

Parameters

Name Type Comment
Session EasyHandle The EasyHandle whose options you want to iterate over.

Remarks

When no Session parameter is used this class enumerates all known options. When Session is used this class enumerates all the options that have been set for the Session.