Web.ApacheHTTP.TApacheRequest.GetRawContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRawContent: TBytes; override;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetRawContent();

Properties

Type Visibility Source Unit Parent
function protected
Web.ApacheHTTP.pas
Web.ApacheHTTP.hpp
Web.ApacheHTTP TApacheRequest

Description

Reads the request content as an Array of Bytes.

Web.ApacheHTTP.TApacheRequest.GetRawContent inherits from Web.HTTPApp.TWebRequest.GetRawContent. All content below this line refers to Web.HTTPApp.TWebRequest.GetRawContent.

Reads the request content as an Array of Bytes.