REST.Client.TCustomRESTResponse.StatusCode

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property StatusCode: Integer read GetStatusCode write SetStatusCode;

C++

__property int StatusCode = {read=GetStatusCode, write=SetStatusCode, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse


Beschreibung

Enthält den Statuscode der HTTP-Antwort.

Siehe auch