Soap.SOAPHTTPTrans.THTTPReqResp.OnHttpError

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

Delphi

property  OnHttpError: TSOAPHttpErrorEvent read FOnHttpError write FOnHttpError;

C++

__property TSOAPHttpErrorEvent OnHttpError = {read=FOnHttpError, write=FOnHttpError};

プロパティ

種類 可視性 ソース ユニット
event published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp


説明

OnHttpError イベントは、リクエストが 300 以上の HTTP ステータス コードを返した際に、発生します。 SOAP アプリケーションはイベント ハンドラを設定し、TSOAPHttpErrorEvent 型で記述されたイベント引数を分析し、TSOAPHttpErrorAction で記述されたアクションを返します。

関連項目