REST.Client.TCustomRESTRequest.DoHTTPProtocolError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoHTTPProtocolError; virtual;

C++

virtual void __fastcall DoHTTPProtocolError();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


Description

Répartiteur de l'événement OnHTTPProtocolError.

Execute appelle DoHTTPProtocolError si une exception EHTTPProtocolException se déclenche pendant l'exécution de la requête.

Ce répartiteur d'événement reçoit un seul paramètre, ASender, qui est votre requête.

Voir aussi