RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.OnBeforeExecute Event

Occurs before TSoapConnection sends a method call to the application server for execution.

Pascal
property OnBeforeExecute: TBeforeExecuteEvent;
C++
__property TBeforeExecuteEvent OnBeforeExecute;

Write an OnBeforeExecute event handler to examine or alter an encoded method call before it is sent to the server. OnBeforeExecute occurs after the call has been marshaled into a SOAP request packet, but before that SOAP request packet has been sent to the application server. 

OnBeforeExecute is assigned as the OnBeforeExecute event handler of an internal remote interfaced object that the SOAP connection uses to communicate with the application server. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!