Midware TAppServer.OnAfterSendReply

From Overbyte
Revision as of 13:55, 2 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.OnAfterSendReply | OnAfte…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> Midware component reference -> TAppServer -> OnAfterSendReply

Definition

property OnAfterSendReply: TClientEvent;

Description

The OnAfterSendReply event is called once the reply header and body has ben written to the internal buffer for sending in the background. It's the right place to deallocate any resource allocated in the OnBeforeSendReply.