InfoConnect for Unisys
TelnetUseEmulatorTermType Property (IConnectingSettingsBestNetwork)


When this value is false, InfoConnect uses the current terminal setting as determined by the value of TelnetTermType when the server requests the terminal type.
Syntax
'Declaration
 
Property TelnetUseEmulatorTermType As Boolean
'Usage
 
Dim instance As IConnectingSettingsBestNetwork
Dim value As Boolean
 
instance.TelnetUseEmulatorTermType = value
 
value = instance.TelnetUseEmulatorTermType
bool TelnetUseEmulatorTermType {get; set;}

Property Value

The default value is false. This value cannot be changed if the connection is open.
Remarks
When this value is true, InfoConnect uses the terminal setting as determined by the value of the DAResponse property.
See Also