Web.HTTPApp.TWebRequest.RawContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RawContent: TBytes read GetRawContent;

C++

__property System::DynamicArray<System::Byte> RawContent = {read=GetRawContent};

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