API:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkManagerCommunicationThread

Description

Renvoie la chaîne de connexion distante pour une connexion donnée.

System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString hérite de System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString. Tout le contenu en-dessous de cette ligne se réfère à System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString.

Renvoie la chaîne de connexion distante pour une connexion donnée.

La valeur par défaut pour la chaîne de connexion distante est un token vide.

Remarque : Les sous-classes de TTetheringManagerCommunicationThread peuvent redéfinir GetRemoteConnectionString. Par exemple, TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString.

Voir aussi