RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapPascalInvoker.BeforeDispatchEvent Event

Occurs before the invoker calls an invokable interface to execute a SOAP request.

Pascal
property BeforeDispatchEvent: TBeforeDispatchEvent;
C++
__property TBeforeDispatchEvent BeforeDispatchEvent;

Write a BeforeDispatchEvent event handler to examine a SOAP request before the invoker calls on the target invokable interface to execute it. The Invoke method generates this event after it has obtained an interface pointer for the target invokable interface, but before it calls the specified method on that interface. 

 

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