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.

 

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support