EMS.Services.IEMSResourceResponseContent.GetStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStream: TStream;

C++

virtual System::Classes::TStream* __fastcall GetStream() = 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 TStream if the response content is not empty. It raises an exception otherwise.

See Also