Datasnap.DSTCPServerTransport.TDSTCPServerTransport.GetTcpChannel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function GetTcpChannel(
AConnectionHandler: TDSServerConnectionHandler): TDBXChannel; static;

C++

static Data::Dbxtransport::TDbxChannel* __fastcall GetTcpChannel(Datasnap::Dscommonserver::TDSServerConnectionHandler* AConnectionHandler);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

Beschreibung

Gibt den TCP-Kanal der aktuellen Verbindung zurück.

Die statische Methode GetTcpChannel gibt den TCP-Kanal der aktuellen Verbindung in Form eines TDbxChannel-Datentyps zurück.

Siehe auch