API:Datasnap.DSHTTP.TDSDefaultResponseHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AllowBinaryStream: Boolean; DSService: TDSService; CommandType: TDSHTTPCommandType;  ServiceInstanceOwner: Boolean = True);

C++

__fastcall TDSDefaultResponseHandler(bool AllowBinaryStream, Datasnap::Dsservice::TDSService* DSService, Datasnap::Dshttpcommon::TDSHTTPCommandType CommandType, bool ServiceInstanceOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSDefaultResponseHandler

Description

Creates a DataSnap service response handler.

Datasnap.DSHTTP.TDSDefaultResponseHandler.Create inherits from Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create. All content below this line refers to Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create.

Creates a DataSnap service response handler.

The Create constructor creates a DataSnap service response handler and initializes the FDSService and FServiceInstanceOwner protected fields.

See Also