REST.Client.TCustomRESTRequest.DoHTTPProtocolError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoHTTPProtocolError; virtual;

C++

virtual void __fastcall DoHTTPProtocolError();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


Beschreibung

Dispatcher des Ereignisses OnHTTPProtocolError.

Execute ruft DoHTTPProtocolError auf, wenn bei der Ausführung der Anforderung eine EHTTPProtocolException ausgelöst wird.

Dieser Ereignis-Dispatcher erhält einen einzelnen Parameter, ASender, der Ihre Anforderung ist.

Siehe auch