Datasnap.DSHTTP.TDSDefaultResponseHandler

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: Datasnap.DSHTTP |
Delphi
TDSDefaultResponseHandler = class(TDSJsonResponseHandler)
C++
class PASCALIMPLEMENTATION TDSDefaultResponseHandler : public Datasnap::Dshttpcommon::TDSJsonResponseHandler
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.