Datasnap.DSTCPServerTransport.TDSTCPServerTransport.GetTcpChannel

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPServerTransport

Delphi

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

C++

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

Description

Returns the TCP channel of the current connection.

The GetTcpChannel static method returns the TCP channel of the current connection in the form of a TDbxChannel data type.

See Also