Datasnap.DSTCPServerTransport.TDSTCPServerTransport.CreateTcpChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Creates a new instance of the DataSnap TCP Channel.

The CreateTcpChannel virtual method is used to create and initialize a new instance of the DataSnap TCP Channel. CreateTcpChannel returns the created TCP Channel.

See Also