Web.HTTPApp.TAbstractContentParser.WebRequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WebRequest: TWebRequest read FWebRequest;

C++

__property TWebRequest* WebRequest = {read=FWebRequest};

Properties

Type Visibility Source Unit Parent
property protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TAbstractContentParser

Description

Indicates the Web request object that uses this parser to parse its content.

Content parsers use the protected WebRequest property internally to access the content they parse. The value of WebRequest is a Web request object whose properties represent the headers and content of the current HTTP request message.

See Also