Web.HTTPApp.TWebResponse.HTTPRequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HTTPRequest: TWebRequest read FHTTPRequest;

C++

__property TWebRequest* HTTPRequest = {read=FHTTPRequest};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

Description

Represents the HTTP request message for which this is a response.

Read HTTPRequest to determine the header and contents of the HTTP request message that spawned this response message. The properties of HTTPRequest give access to the information sent in the web client request message.

See Also