Data.Cloud.CloudAPI.TCloudHTTP.Post

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Post(AURL: string; Source: TStream): string;

C++

System::UnicodeString __fastcall Post(System::UnicodeString AURL, System::Classes::TStream* Source);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP


Beschreibung

Sendet eine POST-Befehlsanforderung.

Post gibt den Antwort-Stream im String-Format zurück.

Die folgende Tabelle gibt die Bedeutung der Parameter an:

Parameter Beschreibung

AURL

URL, an den der GET-Befehl gesendet wird.

Source

Quell-Source TStream für die POST-Anforderung


Siehe auch