Hello,
I need to connect to telnet. For eg, assume that, I entered in command window;
C:\telnet 10.41.xx.xx
How to do this in C#?
Thanks anyway..
Search Result
Collapse
2 results in 0.0050 seconds.
Keywords
Members
Tags
-
How to connect Telnet using .NET?
-
C# Telnet echo off/on
Hi guys,
I am rewriting an old telnet server of mine from VB6 to C#. I do not have access to VB6 any more, so I cannot (nor do I really want to) use VB6 references.
Everything is working well, except for one problem I am having with setting the local echo off or on (for password entry).
In VB6, I used to send
Chr(255) & Chr(251) & Chr(1)
to turn echo off, and
...