REST.HttpClient.TRESTHTTP.Get

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Get(const AURL: string; AResponseContent: TStream);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP


説明

HTTP GET を実行します。

関連項目