-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EnumSSLBackends
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
libcURL.EnumSSLBackends
Protected Function EnumSSLBackends() As libcURL.SSLBackEnd()
An array of available SSLBackEnds.
This method is only available in libcURL 7.56.0 and newer. Older versions will return an empty array.
This method can only be called before libcurl is initialized; consequently you must not call any other libcURL methods (besides SetSSLBackend
) before using this method. This includes methods for checking the version number (libcURL.Version.IsAtLeast or libcURL.Version.IsExactly).
If libcURL was already initialized when this method is called then an exception will be raised.
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.