Skip to content

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

Clone this wiki locally