Datasnap.DSHTTP.TDSRESTServer.DoDSRESTCommand
[–] 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.