System.Curl.curl_ftpccc

De RAD Studio API Documentation

Delphi

curl_ftpccc = (
CURLFTPSSL_CCC_NONE,    { do not send CCC }
CURLFTPSSL_CCC_PASSIVE, { Let the server initiate the shutdown }
CURLFTPSSL_CCC_ACTIVE,  { Initiate the shutdown }
CURLFTPSSL_CCC_LAST     { not an option, never use }
);

C++

enum DECLSPEC_DENUM curl_ftpccc : unsigned int { CURLFTPSSL_CCC_NONE, CURLFTPSSL_CCC_PASSIVE, CURLFTPSSL_CCC_ACTIVE, CURLFTPSSL_CCC_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 !