System.Curl.curl_httppost

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

curl_httppost = record

C++

struct DECLSPEC_DRECORD curl_httppost
{
public:
    pcurl_httppost next;
    char * name;
    System::LongInt namelength;
    char * contents;
    System::LongInt contentslength;
    char * buffer;
    System::LongInt bufferlength;
    char * contenttype;
    pcurl_slist contentheader;
    pcurl_httppost more;
    System::LongInt flags;
    char * showfilename;
    void *userp;
    curl_off_t contentlen;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
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 !