Datasnap.DSClientRest.TDSRestResponseStreamProc
| [–] Properties | |
|---|---|
| Type: anonMethod class
| |
| Visibility: public | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: Datasnap.DSClientRest | |
Delphi
TDSRestResponseStreamProc = reference to procedure(AStream: TStream; const AResponseCharSet: string;
var AOwnsStream: Boolean);
C++
__interface TDSRestResponseStreamProc : public System::IInterface
Description
Procedure to implement for handling the return of a TStream.
TDSRestResponseStreamProc is implemented to handle the response stream of a request, such as the one issued by DSClientRest.ExecuteCacheRequest.