Web.HTTPApp.TWebRequest.GetRawContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRawContent: TBytes; virtual; abstract;

C++

virtual System::DynamicArray<System::Byte> __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.