System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread


Description

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