Datasnap.DSClientRest.TDSRestResponseStreamProc
Delphi
TDSRestResponseStreamProc = reference to procedure(AStream: TStream; const AResponseCharSet: string;
var AOwnsStream: Boolean);
C++
__interface TDSRestResponseStreamProc  : public System::IInterface
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| anonMethod class | public | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp | Datasnap.DSClientRest | Datasnap.DSClientRest | 
説明
TStream から返されたものの処理を実装する手続きです。
TDSRestResponseStreamProc は、要求の応答ストリーム(DSClientRest.ExecuteCacheRequest が出力するものなど)を処理するよう実装されています。