Ultimate Telnet helps you easily add Telnet connectivity to your .NET applications. In addition, it also adds exclusive Telnet Terminal Emulation Control to your WinForms App.
Key Features
Remotely executes commands on Windows/Unix server over Telnet channel
Opens a shell connectionto a server over Telnet channel
Terminal emulation control for Windows Forms.
Virtual terminal class.
Records and replays terminal session.
Easy-to-use API with maximum flexibility.
IPv6 support.
Supports custom styles and palettes.
Supports scroll-back buffer.
Supports most common telnet options.
Supports SOCKS4, SOCKS4A, SOCKS5, and HTTP proxy servers.
Uniform and comprehensive error handling with .NET exceptions.
Support
Royalty free run-time.
1 year minor and major product updates.
Full Windows XP, Windows Vista, Windows 7, and Windows 8 support.
Supports Visual Studio 2005 and above, Delphi, C# Builder and other compliant development environments.
Supports Drag/Drop integration within Visual Studio.
UltimateTelnet can run under .NET Framework 2.x and above.
UltimateTelnet can be used from ASP.NET web pages, Windows Forms and Web Services.
.NET Technology
100% managed code written in C# (Complete source code included in the Gold License with Source Code).
CLS compliant (Common Language Specification).
Passed almost Microsoft FxCop's rules.
Object-oriented design created specifically for .NET Framework version 2.x and above.
Does not use unsafe blocks for minimal permission requirements.
Seamless integration with the .NET base class libraries.
Documentation fully integrated into Visual Studio .NET.
C# and VB.NET samples included in the setup package show how to work with UltimateTelnet.
This release includes the following updates:
All components
Async methods BeginXXX and EndXXX are replaced by XXXAsync methods. SynchronizingObject is obsolete and not used.
NetworkSecure and SecureShell assemblies are merged into Network assembly.
Performance optimization.
Added support for IBM437 charset
Improved support for FIPS.
Online Documentation now has support for .NET, .NET CF, Xamarin Android, iOS and Silverlight.
Telnet
An Shell now is created by CreateShell method of the SshClient or TelnetClient class.
Added support for selection extension.
Better UTF-8 encoding message handling.
Improved Auto detect mode.
Fixed a bug that caused the component to return invalid DetectedPrompt in some case.