Datasnap.DSSession.TDSTunnelService

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSTunnelService
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: Datasnap.DSSession

Delphi

TDSTunnelService = class

C++

class PASCALIMPLEMENTATION TDSTunnelService : public System::TObject

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.

See Also