EMS.Services.IEMSResourceResponseContent.GetBytes
| [–] 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.