REST.Backend.EndPoint.TBackendEndpoint.Response

From RAD Studio API Documentation

Delphi

property Response: TCustomRESTResponse read GetResponse write SetResponse;

C++

__property Response;

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TBackendEndpoint

Description

Instance of TCustomRESTResponse that holds the values of the HTTP response received after a successful request. {{#multireplace:REST.Backend.EndPoint.TBackendEndpoint.Response|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTRequest.Response|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTRequest.Response|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

See Also