Skip to content

libcURL.SetSSLBackend

Andrew Lambert edited this page Sep 24, 2019 · 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. 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.

See also:

Clone this wiki locally