Attachmate Reflection 2014 .NET API Reference
TelnetTrace Property (IConnectionSettingsTelnet)


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
bool TelnetTrace {get; set;}

Property Value

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

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IConnectionSettingsTelnet Interface
IConnectionSettingsTelnet Members

Send Feedback