Datasnap.DSTCPServerTransport.TDSTCPServerTransport.GetTcpChannel

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

Description

Renvoie le canal TCP de la connexion en cours.

La méthode statique GetTcpChannel renvoie le canal TCP de la connexion en cours sous la forme d'un types de données TDbxChannel.

Voir aussi