Datasnap.DSHTTP.TDSHTTPServer.DoTunnelCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTunnelCommand(AContext: TDSHTTPContext; ARequestInfo: TDSHTTPRequest; AResponseInfo: TDSHTTPResponse);

C++

void __fastcall DoTunnelCommand(Datasnap::Dshttpcommon::TDSHTTPContext* AContext, Datasnap::Dshttpcommon::TDSHTTPRequest* ARequestInfo, Datasnap::Dshttpcommon::TDSHTTPResponse* AResponseInfo);

Properties

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

Description

Dispatches the tunnel command to the appropriate service.

The DoTunnelCommand method dispatches the tunnel command to the appropriate service.

See Also