Datasnap.DSHTTP.TDSDefaultResponseHandler

Delphi
TDSDefaultResponseHandler = class(TDSJsonResponseHandler)
C++
class PASCALIMPLEMENTATION TDSDefaultResponseHandler : public Datasnap::Dshttpcommon::TDSJsonResponseHandler
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp |
Datasnap.DSHTTP | Datasnap.DSHTTP |
Description
Default implementation of a response handler that returns JSON for all data types, except for the case where the user specifies that he wants a TStream to be returned in the response stream when the TStream is the only output/response parameter of the method being invoked.