libcURL.Opts.IsOptionAvailable - charonn0/RB-libcURL GitHub Wiki
libcURL.Opts.IsOptionAvailable
Method Signatures
Protected Function IsOptionAvailable(OptionNumber As Integer) As Boolean
Protected Function IsOptionAvailable(OptionName As String) As Boolean
Parameters
IsOptionAvailable(Integer)
| Name | Type | Comment |
|---|---|---|
| OptionNumber | Integer | The option number to check. |
IsOptionAvailable(String)
| Name | Type | Comment |
|---|---|---|
| OptionName | String | The name or alias of the option number to check. |
Return value
Returns True if the option is available.