Soap.SOAPHTTPTrans.THTTPReqResp.OnBeforePost

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

Delphi

property  OnBeforePost: TBeforePostEvent read FOnBeforePost write FOnBeforePost;

C++

__property TBeforePostEvent OnBeforePost = {read=FOnBeforePost, write=FOnBeforePost};

プロパティ

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

説明

THTTPReqResp がそのメッセージを送る前に発生します。

OnBeforePost イベントハンドラを記述すると,HTTP 要求が送られる前に最終変更を加えることができます。Send メソッドは,リクエストメッセージの内容とヘッダーを設定した後,それを送る前に OnBeforePost を生成します。

関連項目