InfoConnect for Unisys
TelnetTermType Property (IConnectingSettingsBestNetwork)


The terminal type string that is sent to the Telnet server if the server requests this information during the suboption TERM negotiation stage of the connection.
Syntax
'Declaration
 
Property TelnetTermType As String
'Usage
 
Dim instance As IConnectingSettingsBestNetwork
Dim value As String
 
instance.TelnetTermType = value
 
value = instance.TelnetTermType
string TelnetTermType {get; set;}

Property Value

The default values are "VT100" for VT emulation and "VT220" for UNIX and OpenVMS, and ReGIS Graphics. This value cannot be changed if the connection is open.
See Also