SocketTools .NET Edition

TelnetClient.LocalEcho Property

Enables and disables the echoing of characters by the remote host.

[Visual Basic]
Public Property LocalEcho As Boolean
[C#]
public bool LocalEcho {get; set;}

Property Value

A boolean value which specifies if local echo has been enabled.

Remarks

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.

See Also

TelnetClient Class | SocketTools Namespace