Datasnap.DSHTTP.TDSHTTPService.HTTPOtherContext

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

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.