Icon OnHandleRequest Event

property OnHandleRequest: THandleRequestEvent

Usage

Available In: Server Applications

This event is triggered when an incoming web server request has been routed to the server application and needs to be handled. The Request parameter will contain the web server request that needs to be handled.
Image