REST.Client.TCustomRESTResponse.StatusCode

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

Delphi

property StatusCode: Integer read GetStatusCode write SetStatusCode;

C++

__property int StatusCode = {read=GetStatusCode, write=SetStatusCode, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse


説明

HTTP 応答ステータス コードが格納されています。

関連項目