RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SOAPPasInv.TBeforeDispatchEvent Type

TBeforeDispatchEvent is the type of the BeforeDispatchEvent event on an invoker component.

Pascal
TBeforeDispatchEvent = procedure (const MethodName: string; const Request: TStream) of object;
C++
(const MethodName: string; const Request: TStream) ( TBeforeDispatchEvent)();

TBeforeDispatchEvent is the type of the BeforeDispatchEvent event handler, which is called before an invoker executes a request by calling the target invokable interface. 

MethodName is the name of the method that is about to be called. 

Request is a stream from which the event handler can read the SOAP request that is about to be executed. 

 

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