REST.Client.TCustomRESTRequest.DoHTTPProtocolError

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DoHTTPProtocolError; virtual;

C++

virtual void __fastcall DoHTTPProtocolError();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


説明

OnHTTPProtocolError イベントのディスパッチャです。

Execute では、要求の実行中に EHTTPProtocolException が発生した場合、DoHTTPProtocolError を呼び出します。

このイベント ディスパッチャで受け取るパラメータは ASender だけです。これは要求を表します。

関連項目