System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the remote connection string for a given connection.

The default value for the remote connection string is an empty token.

Note: Subclasses of TTetheringManagerCommunicationThread may override GetRemoteConnectionString. For example, TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString.

See Also