REST.HttpClient.TRESTHTTP.ResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

__property int ResponseCode = {read=GetResponseCode, nodefault};

Properties

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

Description

Gets the HTTP status code of the last request.

See Also