Datasnap.DSHTTP.TDSRESTServer.DoDSRESTCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDSRESTCommand(ARequestInfo: TDSHTTPRequest; AResponseInfo: TDSHTTPResponse; Request: string);

C++

void __fastcall DoDSRESTCommand(Datasnap::Dshttpcommon::TDSHTTPRequest* ARequestInfo, Datasnap::Dshttpcommon::TDSHTTPResponse* AResponseInfo, System::UnicodeString Request);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSRESTServer

Description

Dispatches the DataSnap REST command to the appropriate service.

The DoDSRESTCommand method dispatches the DataSnap REST command to the appropriate service.

See Also