Web.HTTPApp.IWebAppServices.FinishContext
From RAD Studio API Documentation
Delphi
procedure FinishContext;
C++
virtual void __fastcall FinishContext(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | IWebAppServices |
Description
Performs any final tasks after the WebSnap application has finished processing a request.
FinishContext is called as the last step before a WebSnap application sends a response message back to the caller. FinishContext performs any final tasks, and frees all the objects and components that were created to handle the request message (including the Web context).