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.
SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support