REST.Backend.EndPoint.TBackendEndpoint.Response

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Response;

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.

REST.Backend.EndPoint.TBackendEndpoint.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