API:Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.DoCommand

From RAD Studio API Documentation

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);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCustomHTTPServiceFileDispatcher

Description

Dispatches the HTTP command to the appropriate service. {{#multireplace:Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.DoCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSHTTP.TDSHTTPServiceComponent.DoCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSHTTP.TDSHTTPServiceComponent.DoCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Dispatches the HTTP command to the appropriate service.

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

See Also