API:Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.DoCommand
| [–] 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.