property AfterSendResponse: TScHttpAfterSendResponseEvent;
type
TScHttpAfterSendResponseEvent = procedure(Sender: TObject; ResponseInfo: TScHttpResponseInfo) of object;
Description
Occurs, when the HTTP server has successfully sent a response to the client. Can be used to log server operation.
Parameters:
• | Sender - the object whose event handler is called; |
• | ResponseInfo - the object of type TScHttpResponseInfo contains complete information about the response. |