InfoConnect for Unisys
TelnetTrace Property (IConnectionSettingsTelnet)


When set to true, InfoConnect writes the negotiation process for the various Telnet options to the screen.
Syntax
'Declaration
 
Property TelnetTrace As Boolean
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
 
instance.TelnetTrace = value
 
value = instance.TelnetTrace
bool TelnetTrace {get; set;}

Property Value

The default value is false. This value can be changed during an open connection.
See Also