Web.HTTPApp.TWebRequest.RawContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RawContent: AnsiString index 25 read GetStringVariable;

C++

__property System::AnsiString RawContent = {read=GetStringVariable, index=25};

Properties

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

Description

Represents the unparsed undecoded contents of the HTTP request message.

Read the RawContent property to obtain the unparsed undecoded contents of the HTTP request message.

See Also