.NET Telnet Class Library

TelnetProtocolHandler.SetLocalEcho Method 

Set the local echo option of telnet.

[Visual Basic]
MustOverride Protected Sub SetLocalEcho( _
   ByVal echo As Boolean _
)
[C#]
protected abstract void SetLocalEcho(
   bool echo
);

Parameters

echo
true for local echo, false for no local echo

See Also

TelnetProtocolHandler Class | TelnetProtocolHandler Members | De.Mud.Telnet Namespace