-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.IsFeatureAvailable
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.IsProtocolAvailable
Protected Function IsFeatureAvailable(Feature As libcURL.FeatureType) As Boolean
Name | Type | Comment |
---|---|---|
Feature | FeatureType | The feature to query. |
Returns True
if libcURL is available and the requested feature is available.
This example checks to see whether libcURL was built with SSL/TLS support:
Dim available As Boolean = libcURL.IsFeatureAvailable(libcURL.FeatureType.SSL)
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.