Datasnap.DSTCPServerTransport.TDSTCPServerTransport.GetTcpChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

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