Web.HTTPApp.IWebAppServices180.FinishContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FinishContext;

C++

virtual void __fastcall FinishContext() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp IWebAppServices180

Description

Performs any final tasks after the Web Broker application has finished processing a request.

FinishContext is called as the last step before a Web Broker 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).

See Also