Closed AndreasReitberger closed 5 years ago
The server doesn't come with the Nuget package. It's a simple mock class that's used in the Unit Tests you'll find in the GitHub code should you download that..
Point the client at the server you're wanting to Telnet to. If the canned login doesn't work it's likely you need a different line terminator or feed.
The server doesn't come with the Nuget package. It's a simple mock class that's used in the Unit Tests you'll find in the GitHub code should you download that.. Point the client at the server you're wanting to Telnet to. If the canned login doesn't work it's likely you need a different line terminator or feed.
Hi, yes in deed, it was the termination char! Got it working now. Thank you for your quick respone!
Hi! I tried your example code, however I cannot find the TelnetServer class. Or has this class been replaced with the TcpClient?
using (TelnetServer server = new TelnetServer())
Have you a working example? I have struggles to get the login work... Thanks!