API:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString

From RAD Studio API Documentation

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. {{#multireplace:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.GetRemoteConnectionString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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