-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.SetSSLBackend
Andrew Lambert edited this page Sep 24, 2019
·
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. This method must be called before any other libcURL method. If the requested backend is not available, if it is too late to set the backend, or if libcurl is less than 7.56.0 then an exception will be raised.
- EnumSSLBackEnds
- curl_global_sslset in the libcURL documentation
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.