Version: 1.0.6
Add Telnet, rsh, rexec and rlogin connectivity to your Windows or Web application.
Product Release History
The following is a list of public releases for all components shipped with PowerTCP Telnet for .NET (Latest Release 2007-07-06)
Telnet for .NET
Current Version: 1.0.6.0
1.0.6.0    Released: 2007-07-06
  • Sample applications are now included for .NET 1.1 and 2.0. Samples for .NET 1.0 are no longer shipped.
Product fixes in this release:
  • Under .NET 2.0 only, a blocking socket receive() can generate a timeout exception that erroneously marks the socket as closed and sets it to non-blocking. Work-around code added to restore proper operation after such a timeout occurs.  (4301)
1.0.5.0    Released: 2007-06-08
  • Modified installation to improve Vista interoperability
1.0.4.0    Released: 2006-08-11
  • Telnet for .NET now supports 64 bit environments.
Product fixes in this release:
  • Telnet stops when it receives an option it does not know about  (3575)
1.0.3.0    Released: 2005-11-01
Product fixes in this release:
  • Corrected condition that would cause a "MemoryStream not expandable error" when using the Login method
1.0.2.0    Released: 2005-08-23
  • By popular demand, we have added an override for the Telnet.WaitFor method that takes an array of strings. This allows you to pass in multiple tokens. The method will return when any token is found. This is very useful when you are not sure what the exact response to a command will be. Also by popular demand, WaitFor no longer closes the connection when the token is not found. We have also addressed issues that prohibited usage in Visual Studio 2005 beta 2
Product fixes in this release:
  • Added an override for the Telnet.WaitFor method that takes an array of strings. This allows you to pass in multiple tokens. The method will return when any token is found. This is very useful when you are not sure what the exact response to a command will be
  • WaitFor no longer closes the connection when the token is not found
  • Addressed issues that prohibited usage in Visual Studio 2005 beta 2
1.0.1.0    Released: 2003-05-22
  • The latest version of PowerTCP Telnet for .NET enhances multi-threading support. Because use of multi-threading is expected to be far more common in .NET, and components will probably be used in conjunction with controls that exist on the primary User Interface (UI) thread, all the components included as part of this product now include a SynchronizeObject property. This property automatically controls thread marshalling between worker threads and the main UI thread. What this means is that if a component is returning from a BeginXXX method that triggers an EndXXX Event, setting SynchronizeObject to the parent form will allow code that exists in the EndXXX Event to properly use (marshall data) controls that exist on the parent form
Product fixes in this release:
  • Setting certain options in the Editor Form no longer prevents a project from being compiled
  • Added SynchronizeObject property to all components
  • Fixed a problem where the Telnet component would not properly close the connection in certain circumstances
  • Telnet.WindowSize is now a Size type