REST.Client.TCustomRESTRequest.Response

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

Delphi

property Response: TCustomRESTResponse read FResponse write SetResponse;

C++

__property TCustomRESTResponse* Response = {read=FResponse, write=SetResponse};

プロパティ

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


説明

TCustomRESTResponse のインスタンスで、成功したリクエストの後で受け取った、HTTP レスポンスの値を保有します。

関連項目