API:Datasnap.DSTCPServerTransport.TDSTCPChannel.GetChannelInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChannelInfo: TDBXChannelInfo; override;

C++

virtual Data::Dbxtransport::TDBXChannelInfo* __fastcall GetChannelInfo();

Properties

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

Description

Returns specific information about the communication channel.

Datasnap.DSTCPServerTransport.TDSTCPChannel.GetChannelInfo inherits from Data.DBXTransport.TDbxChannel.GetChannelInfo. All content below this line refers to Data.DBXTransport.TDbxChannel.GetChannelInfo.

Returns specific information about the communication channel.

The GetChannelInfo method returns the ID and information of the communication channel.

See Also