Web.HTTPApp.IWebDispatcherAccess.Request

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Request: TWebRequest;

C++

virtual TWebRequest* __fastcall Request() = 0 ;

Properties

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

Description

Returns the Web request object for the HTTP request message to which the application is responding.

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

See Also