Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectingSettingsBestNetwork Interface / TelnetEcho Property


In This Topic
TelnetEcho Property (IConnectingSettingsBestNetwork)
In This Topic
Controls how Reflection responds to a remote echo from a Telnet host.
Syntax
'Declaration
 
Property TelnetEcho As TelnetEchoOption
 
'Usage
 
Dim instance As IConnectingSettingsBestNetwork
Dim value As TelnetEchoOption
 
instance.TelnetEcho = value
 
value = instance.TelnetEcho

Property Value

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