EMS.Services.IEMSResourceResponseContent.GetBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBytes: TBytes;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetBytes() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent

Description

Returns the response content as an instance of TBytes if the response content is not empty. It raises an exception otherwise.

See Also