REST.Client.TCustomRESTResponse.StatusCode

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property StatusCode: Integer read GetStatusCode write SetStatusCode;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse


Description

Contient le code d'état de la réponse HTTP.

Voir aussi