REST.Client.TCustomRESTResponse.StatusText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property StatusText: string read GetStatusText write SetStatusText;

C++

__property System::UnicodeString StatusText = {read=GetStatusText, write=SetStatusText};

Eigenschaften

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


Beschreibung

Enthält den Statustext der HTTP-Antwort.

Mit dieser Eigenschaft können Sie den Statustext der HTTP-Antwort ermitteln oder festlegen.

Siehe auch