Datasnap.DSSession.TTunnelSessionEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTunnelSessionEvent = procedure(Sender: TObject; Session: TDSTunnelSession; Content: TArray<Byte>;
var Count: Integer) of object;

C++

typedef void __fastcall (__closure *TTunnelSessionEvent)(System::TObject* Sender, TDSTunnelSession* Session, _dt_Datasnap_Dssession_1 Content, int &Count);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession Datasnap.DSSession

Description

Type of events invoked when handling a tunnel session.

TTunnelSessionEvent is the type of events invoked when handling a tunnel session.

See Also