Enables and disables the echoing of characters by the remote host.
A boolean value which specifies if local echo has been enabled.
The LocalEcho property enables or disables the echoing of characters by the remote host. If set to true, the remote host will be instructed to not echo characters, making the client responsible for displaying user input. The default value for this property is false, specifying that the server should echo user input back to the client.
TelnetClient Class | SocketTools Namespace