Skip to content

libcURL.Opts.OptionIterator.Constructor

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

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.

Clone this wiki locally