Skip to content

libcURL.cURLSession.IsOptionSet

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

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 it's 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

Clone this wiki locally