System.Curl.curl_httppost

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Description

Embarcadero Technologies does not currently have any additional information.