Datasnap.DSHTTP.TDSHTTPServer.DoDSCacheCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDSCacheCommand(ARequestInfo: TDSHTTPRequest; AResponseInfo: TDSHTTPResponse; Request: string;
LocalConnection: Boolean);

C++

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

Properties

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

Description

Dispatches the DataSnap cache command to the appropriate service.

The DoDSCacheCommand method dispatches the DataSnap cache command to the appropriate service.

See Also