RAD Studio VCL Reference
|
TBeforeDispatchEvent is the type of the BeforeDispatchEvent event on an invoker component.
TBeforeDispatchEvent = procedure (const MethodName: string; const Request: TStream) of object;
(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!
|