Datasnap.DSTCPServerTransport.TDSTCPServerTransport.CreateTcpChannel
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSTCPServerTransport.pas Datasnap.DSTCPServerTransport.hpp
| |
| Unit: Datasnap.DSTCPServerTransport | |
| Parent: TDSTCPServerTransport | |
Delphi
function CreateTcpChannel(AContext: IIPContext): TDBXChannel; virtual;
C++
virtual Data::Dbxtransport::TDbxChannel* __fastcall CreateTcpChannel(Ippeerapi::_di_IIPContext AContext);
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.