EMS.Services.IEMSResourceResponseContent.GetStream
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: EMS.Services.pas EMS.Services.hpp
| |
| Unit: EMS.Services | |
| Parent: IEMSResourceResponseContent | |
Delphi
function GetStream: TStream;
C++
virtual System::Classes::TStream* __fastcall GetStream() = 0 ;
Description
Returns the response content as an instance of TStream if the response content is not empty. It raises an exception otherwise.