Datasnap.DSTCPServerTransport.TDSTCPServerTransport.GetTcpChannel

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

説明

現在の接続の TCP チャネルを返します。

GetTcpChannel 静的メソッドは、TDbxChannel データ型の形式で現在の接続の TCP チャネルを返します。

関連項目