Difference between revisions of "Midware TAppSrvClient.OnAfterSendRequest"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TAppSrvClient -> [[Midware_TAppSrvClient.OnAfterSendReque…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' OnAfterSendRequest: '''TNotifyEvent''';
+
  '''property''' OnAfterSendRequest: TNotifyEvent;
  
 
== Description ==
 
== Description ==
  
 
Occurs just after a request has been sent to server.
 
Occurs just after a request has been sent to server.
Use to cleanup allocated resources in the OnBeforeSendRequest event handler
+
 
 +
Use to cleanup allocated resources in the OnBeforeSendRequest event handler.

Latest revision as of 09:43, 14 May 2011

Main page -> Midware component reference -> TAppSrvClient -> OnAfterSendRequest

Definition

property OnAfterSendRequest: TNotifyEvent;

Description

Occurs just after a request has been sent to server.

Use to cleanup allocated resources in the OnBeforeSendRequest event handler.