Datasnap.DSTCPServerTransport.TDSTCPServerTransport.CreateTcpChannel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateTcpChannel(AContext: IIPContext): TDBXChannel; virtual;

C++

virtual Data::Dbxtransport::TDbxChannel* __fastcall CreateTcpChannel(Ippeerapi::_di_IIPContext AContext);

Eigenschaften

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

Beschreibung

Erstellt eine neue Instanz des DataSnap-TCP-Kanals.

Die virtuelle Methode CreateTcpChannel wird verwendet, um eine neue Instanz des DataSnap-TCP-Kanals zu erstellen und zu initialisieren. CreateTcpChannel gibt den erstellten TCP-Kanal zurück.

Siehe auch