Skip to content

libcURL.SetSSLBackend

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

libcURL.SetSSLBackend

Method Signature

 Protected Sub SetSSLBackend(BackEnd As libcURL.SSLBackEnd)

Parameters

Name Type Comment
BackEnd SSLBackEnd The SSL/TLS backend to use.

Remarks

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).

See also

Clone this wiki locally