REST.Client.TCustomRESTRequest.DoHTTPProtocolError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoHTTPProtocolError; virtual;

C++

virtual void __fastcall DoHTTPProtocolError();

Properties

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

Description

Dispatcher of the OnHTTPProtocolError event.

Execute calls DoHTTPProtocolError if an EHTTPProtocolException raises during the execution of the request.

This event dispatcher receives a single parameter, ASender, which is your request.

See Also