REST.HttpClient.TRESTHTTP.ResponseCode

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

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

__property int ResponseCode = {read=GetResponseCode, nodefault};

プロパティ

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


説明

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

関連項目