System.Curl.curl_usessl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

curl_usessl = (
CURLUSESSL_NONE,    { do not attempt to use SSL }
CURLUSESSL_TRY,     { try using SSL, proceed anyway otherwise }
CURLUSESSL_CONTROL, { SSL for the control connection or fail }
CURLUSESSL_ALL,     { SSL for all communication or fail }
CURLUSESSL_LAST     { not an option, never use }
);

C++

enum DECLSPEC_DENUM curl_usessl : unsigned char { CURLUSESSL_NONE, CURLUSESSL_TRY, CURLUSESSL_CONTROL, CURLUSESSL_ALL, CURLUSESSL_LAST };

Properties

Type Visibility Source Unit Parent
enum public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Description

Embarcadero Technologies does not currently have any additional information.