Soap.SOAPConn.TSoapConnection.OnBeforeExecute

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

Delphi

property OnBeforeExecute: TBeforeExecuteEvent read FOnBeforeExecute write FOnBeforeExecute;

C++

__property Soap::Rio::TBeforeExecuteEvent OnBeforeExecute = {read=FOnBeforeExecute, write=FOnBeforeExecute};

プロパティ

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

説明

TSoapConnection がアプリケーションサーバーにメソッド呼び出しを送信する前に発生します。

OnBeforeExecute イベントハンドラを記述すると,コード化されたメソッド呼び出しをサーバーに送信する前に,それを調べたり変更したりできます。OnBeforeExecute は,呼び出しが SOAP リクエストパケットにマーシャリングされた後,SOAP リクエストパケットがアプリケーションサーバーに送信される前に発生します。

OnBeforeExecute は,SOAP 接続がアプリケーションサーバーとの通信に使用する,内部リモートインターフェース化オブジェクトの OnBeforeExecute イベントハンドラとして割り当てられています。

関連項目