API:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the remote connection string for a given connection.

System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString inherits from System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString. All content below this line refers to System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString.

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