Skip to content

libcURL.Info.InfoType

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

libcURL.Info.InfoType

Class Declaration

 Protected Class InfoType

Remarks

This class represents a libcURL infotype number.

This class cannot be instantiated using the New keyword. You must assign a name, alias, or number to a reference to create a new instance:

  Dim info As libcURL.Info.InfoType = "EFFECTIVE_METHOD"

You may pass an instance of this class directly to EasyHandle.GetInfo as the InfoType parameter.

Methods

Properties

See also

Clone this wiki locally