libcURL.cURLSession.IsOptionSet - charonn0/RB-libcURL GitHub Wiki
libcURL.cURLSession.IsOptionSet
Method Signature
Function IsOptionSet(OptionNumber As Integer) As Boolean
Parameters
| Name | Type | Comment |
|---|---|---|
| OptionNumber | Integer | The libcURL option value to look up. |
Return value
Returns True if the option has been modified from its default value.
Remarks
This method returns True if the OptionNumber has already been set on the EasyHandle. This method doesn't know about options that were set using the SetOptionPtr method.
See also
- libcURL.Opts module containing option number constants
- OptionInfo class
- OptionIterator class