System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString

提供: RAD Studio API Documentation
2014年12月3日 (水) 05:00時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-16870/2014.11.28.DocWikiPages - JA)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function GetRemoteConnectionString(const AConnection: string): string; virtual;

C++

virtual System::UnicodeString __fastcall GetRemoteConnectionString(const System::UnicodeString AConnection);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread


説明

指定された接続のリモート接続文字列を返します。

リモート接続文字列のデフォルト値は空のトークンです。

メモ: TTetheringManagerCommunicationThread のサブクラスで GetRemoteConnectionString をオーバーライドしてもかまいません。TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString はその例です。

関連項目