Midware TAppServer.OnAfterSendReply
Main page -> Midware component reference -> TAppServer -> OnAfterSendReply
Definition
property OnAfterSendReply: TClientEvent;
Description
Occurs just after a reply has been sent.
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.