REST.Client.TRESTRequest.Response

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Response: TCustomRESTResponse read FResponse write SetResponse;

C++

__property Response;

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequest

Description

Instance of TCustomRESTResponse that holds the values of the HTTP response received after a successful request.

REST.Client.TRESTRequest.Response inherits from REST.Client.TCustomRESTRequest.Response. All content below this line refers to REST.Client.TCustomRESTRequest.Response.

Instance of TCustomRESTResponse that holds the values of the HTTP response received after a successful request.

See Also