-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.SetSSLBackend
Andrew Lambert edited this page Nov 26, 2022
·
9 revisions
libcURL.SetSSLBackend
Protected Sub SetSSLBackend(BackEnd As libcURL.SSLBackEnd)
Name | Type | Comment |
---|---|---|
BackEnd | SSLBackEnd | The SSL/TLS backend to use. |
Pass a member of the SSLBackEnd
enum. If the requested backend is not available, if it is too late to set the backend, or if libcurl is older than version 7.56.0 then an exception will be raised.
This method can only be called before libcurl is initialized; consequently you must not call any other libcURL methods (besides EnumSSLBackEnds
) before using this method. This includes methods for checking the version number (libcURL.Version.IsAtLeast or libcURL.Version.IsExactly).
- libcURL.EnumSSLBackEnds
- curl_global_sslset in the libcURL documentation
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.