API:Datasnap.DSTCPServerTransport.TDSTCPChannel.GetChannelInfo

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: TDSTCPChannel

Delphi

function GetChannelInfo: TDBXChannelInfo; override;

C++

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

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