property OnProcessRequest: TScHttpProcessRequestEvent;
type
TScHttpProcessRequestEvent = procedure(Sender: TObject; RequestInfo: TScHttpRequestInfo; ResponseInfo: TScHttpResponseInfo) of object;
Description
Occurs when the request has passed all checks and is ready to be processed. The event is called immediately after successful authorization.
Parameters:
• | Sender - the object whose event handler is called; |
• | RequestInfo - the object of type TScHttpRequestInfo containing complete information about the request; |
• | ResponseInfo - the object of the TScHttpResponseInfo type containing complete information about the response. |