API:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

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

説明

指定された接続のリモート接続文字列を返します。 {{#multireplace:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

関連項目