Discuss this help topic in SecureBlackbox Forum
This event is fired before request processing.
Declaration
Parameters
- Params - parameters of the request.
- Accept - set this parameter to True to accept the request; set it to False to decline the request.
- StatusCode - specifies status code of the server's response.
- ReasonPhrase - specifies specifies server's response Reason Phrase (please see the RFC #2616 for further information).
- pcReasonPhrase - specifies specifies server's response Reason Phrase (please see the RFC #2616 for further information).
- szReasonPhrase - the length of pcReasonPhrase.
Description
This event is fired before processing a client's request.
Discuss this help topic in SecureBlackbox Forum