Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetTrace Property


In This Topic
TelnetTrace Property (IConnectionSettingsTelnet)
In This Topic
When set to true, Reflection 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

Property Value

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