Dart Telnet Control
Echo Property
Description
Indicates that the remote host should echo all Telnet data it receives back to the client.
Property type
Read-write property
Syntax
Visual Basic
Public Property Echo As Boolean
Remarks

The default value is True.

Most hosts will want to echo all data back to the client. By setting this property to False at design time or before connecting, the control refuses this option when the AutoOption property is True. Setting this property after the initial option negotiation takes place may not affect the host in any way depending on the host's operating system. If you set this property to False, you may want to do a local echo (repeat all sent characters to the local screen for interactive applications).

See Also

Telnet Object  | Telnet Members


Documentation Version 1.9.3.0
© 2020 Dart Communications. All Rights Reserved.
Send comments on this topic