Reflection
TelnetTermDefault Property (IConnectingSettingsBestNetwork)


The terminal type string that is sent as a backup to the Telnet server if the server requests this information and doesn't recognize the current value set for TelnetTermType.
Syntax
'Declaration
 
Property TelnetTermDefault As String
'Usage
 
Dim instance As IConnectingSettingsBestNetwork
Dim value As String
 
instance.TelnetTermDefault = value
 
value = instance.TelnetTermDefault
string TelnetTermDefault {get; set;}

Property Value

The default value for UNIX and OpenVMS, and ReGIS Graphics is "VT100,DEC-VT100". This value cannot be changed if the connection is open.
Remarks
During negotiations, some hosts that can successfully connect using the preferred terminal type skip this value and connect using the backup value specified by TelnetTermDefault. To correct this behavior, set TelnetTermDefault to an empty string ("").
See Also