Datasnap.DSHTTP.TDSRESTServer.DoDSRESTCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: class protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSRESTServer

Delphi

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

C++

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

Description

Dispatches the DataSnap REST command to the appropriate service.

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

See Also