Web.HTTPApp.IWebDispatcherAccess.Response

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Response: TWebResponse;

C++

virtual TWebResponse* __fastcall Response(void) = 0 ;

Properties

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

Description

Returns the Web response object for the HTTP response message that the application is assembling.

Call Response to obtain access to the current Web response object. The response object provides access to the headers of the response message, as well as the content of the message.

See Also