Datasnap.DSSession.TDSTunnelService

Delphi
TDSTunnelService = class
C++
class PASCALIMPLEMENTATION TDSTunnelService : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Datasnap.DSSession.pas Datasnap.DSSession.hpp |
Datasnap.DSSession | Datasnap.DSSession |
Description
Implements the HTTP tunneling logic.
TDSTunnelService implements the HTTP tunneling logic. The tunnel accepts POST and GET requests from HTTP channels and wraps or unwraps the byte content for/from the channels. The actual byte flow is handled by the session's channel toward and from the intranet resource.
TDSTunnelService handles the session ID generation, session management, session life cycle.