Datasnap.DSClientRest.TDSRestResponseStreamProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSRestResponseStreamProc = reference to procedure(AStream: TStream; const AResponseCharSet: string;
var AOwnsStream: Boolean);

C++

__interface TDSRestResponseStreamProc  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest

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.

See Also