EMS.Services.IEMSResourceResponseContent.GetBytes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: IEMSResourceResponseContent

Delphi

function GetBytes: TBytes;

C++

virtual System::Sysutils::TBytes __fastcall GetBytes() = 0 ;

Description

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

See Also