Skip to content

libcURL.EnumSSLBackends

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

libcURL.EnumSSLBackends

Method Signature

 Protected Function EnumSSLBackends() As libcURL.SSLBackEnd()

Return value

An array of available SSLBackEnds.

Remarks

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.

See also:

Clone this wiki locally