Web.HTTPApp.IWebDispatcherAccess.Request
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.