REST.HttpClient.TRESTHTTP.Post

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Post(const AURL: string; ASource, AResponseContent: TStream);

C++

void __fastcall Post(const System::UnicodeString AURL, System::Classes::TStream* ASource, System::Classes::TStream* AResponseContent);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP


Beschreibung

Führt HTTP POST aus.

Siehe auch