API:Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.DoCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSCustomHTTPServiceFileDispatcher

Delphi

procedure DoCommand(AContext: TDSHTTPContext; ARequestInfo: TDSHTTPRequest;
AResponseInfo: TDSHTTPResponse; const ARequest: string; var AHandled: Boolean); override;

C++

virtual void __fastcall DoCommand(Datasnap::Dshttpcommon::TDSHTTPContext* AContext, Datasnap::Dshttpcommon::TDSHTTPRequest* ARequestInfo, Datasnap::Dshttpcommon::TDSHTTPResponse* AResponseInfo, const System::UnicodeString ARequest, bool &AHandled);

Description

Dispatches the HTTP command to the appropriate service.

Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.DoCommand inherits from Datasnap.DSHTTP.TDSHTTPServiceComponent.DoCommand. All content below this line refers to Datasnap.DSHTTP.TDSHTTPServiceComponent.DoCommand.

Dispatches the HTTP command to the appropriate service.

The DoCommand method dispatches the HTTP command to the appropriate service.

See Also