EMS.Services.IEMSResourceResponseContent.GetStream
Delphi
function GetStream: TStream;
C++
virtual System::Classes::TStream* __fastcall GetStream() = 0 ;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | EMS.Services.pas EMS.Services.hpp |
EMS.Services | IEMSResourceResponseContent |
Beschreibung
Gibt den Antwortinhalt als Instanz von TStream zurück, wenn der Antwortinhalt nicht leer ist. Ansonsten wird eine Exception ausgelöst.