System.Curl.curl_httppost
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;
};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
record struct |
public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。