-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.ConnectionType
Andrew Lambert edited this page Jun 25, 2015
·
22 revisions
#libcURL.EasyHandle.ConnectionType
##Property Declaration
Dim ConnectionType As Integer
##Notes
By default, libcURL will decide when to use SSL based on the URL. Use this property enable, disable, or force the use of SSL. Set this to one of the libcURL.Opts.USE_SSL_*
constants
Connection type | Comment |
---|---|
USE_SSL_NONE |
Let libcURL decide (default) |
USE_SSL_TRY |
Attempt using SSL, proceed without it if unavailable |
USE_SSL_CONTROL |
Force FTP control connections to use SSL |
USE_SSL_ALL |
Force all connections to use SSL |
##See also
- EasyHandle.Secure
- CURLOPT_USE_SSL 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.