libcURL.Info.InfoType - charonn0/RB-libcURL GitHub Wiki
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
- BindingAlias As String
- DocumentationURL As String
- IsAvailable As Boolean
- IsDeprecated As Boolean
- LibraryAlias As String
- MinimumVersion As String
- Name As String
- Number As Int32
- Replacement As InfoType
- Type As Integer
See also
- InfoTypeIterator class