Web.HTTPApp.TWebRequest.GetRawContent
Delphi
function GetRawContent: TBytes; virtual; abstract;
C++
virtual System::Sysutils::TBytes __fastcall GetRawContent() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Web.HTTPApp.pas Web.HTTPApp.hpp | Web.HTTPApp | TWebRequest | 
Description
Reads the request content as an Array of Bytes.