REST.Client.TCustomRESTClient.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 TCustomRESTClient

Description

Dispatcher of the OnHTTPProtocolError event.

See Also