REST.HttpClient.TRESTHTTP.Get

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Führt HTTP GET aus.

Siehe auch