REST.HttpClient.TRESTHTTP.ResponseText

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

Delphi

property ResponseText: string read GetResponseText;

C++

__property System::UnicodeString ResponseText = {read=GetResponseText};

プロパティ

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


説明

直近の要求の HTTP ステータス テキストを取得します。

関連項目