REST.HttpClient.TRESTHTTP.Response

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Response: IResponse read GetResponse;

C++

__property _di_IResponse Response = {read=GetResponse};

Properties

Type Visibility Source Unit Parent
property public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP

Description

Gets the HTTP response properties.

See Also