Datasnap.DSHTTP.TDSHTTPService.HTTPOtherContext
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TDSHTTPService | |
Delphi
procedure HTTPOtherContext(
AContext: TDSHTTPContext;
ARequestInfo: TDSHTTPRequest; AResponseInfo: TDSHTTPResponse;
const ARequest: string; var AHandled: Boolean); virtual;
C++
virtual void __fastcall HTTPOtherContext(Datasnap::Dshttpcommon::TDSHTTPContext* AContext, Datasnap::Dshttpcommon::TDSHTTPRequest* ARequestInfo, Datasnap::Dshttpcommon::TDSHTTPResponse* AResponseInfo, const System::UnicodeString ARequest, bool &AHandled);
Description
Iterates through available DS HTTP service components and executes the specified context command.
HTTPOtherContext iterates through the available DS HTTP service components and executes the AContext command.