System.Curl.curl_usessl

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 int { CURLUSESSL_NONE, CURLUSESSL_TRY, CURLUSESSL_CONTROL, CURLUSESSL_ALL, CURLUSESSL_LAST };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !