PowerTCP Telnet for .NET
by Dart Communications - Product Type: Component / .NET Class
Add comprehensive Telnet and remote access communication capabilities to any .NET desktop or web application. PowerTCP Telnet for .NET allows you to communicate with servers using Telnet, rsh, rlogin, or rexec. Designed for beginners and advanced developers with automated scripting and direct access to the data stream. Manages Telnet, rsh, rexec, and rlogin server sessions with fewer required lines of code, but greater flexibility. Ideal for .NET desktop and ASP.NET applications.
Our regular prices are shown below. Please logon to see your discounted prices.
PowerTCP Telnet for .NET V4.4.1
| Add to Cart |
$ 335.04 |
1 Developer License - includes 30 Days Standard Support does not include Updates/Upgrades Mfr. Part No: P-3080-LIC |
|
Download (3.8 MB) |
| Add to Cart |
$ 1,094.66 |
4 Developer License - includes 30 Days Standard Support does not include Updates/Upgrades |
|
Download (3.8 MB) |
| Add to Cart |
$ 1,914.92 |
8 Developer License - includes 30 Days Standard Support does not include Updates/Upgrades |
|
Download (3.8 MB) |
PowerTCP Telnet for .NET V4.4.1 - with Subscription
| Add to Cart |
$ 489.02 |
1 Developer License - includes One Year Standard Support and Updates/Upgrades Mfr. Part No: P-3080-SUB |
|
Download (3.8 MB) |
| Add to Cart |
$ 1,565.06 |
4 Developer License - includes One Year Standard Support and Updates/Upgrades |
|
Download (3.8 MB) |
| Add to Cart |
$ 2,738.12 |
8 Developer License - includes One Year Standard Support and Updates/Upgrades |
|
Download (3.8 MB) |
| Add to Cart |
$ 317.52 |
1 Developer Subscription Renewal - Pre Expiry - includes One Year Standard Support and Updates/Upgrades Mfr. Part No: P-3080-SUB-RENEW |
Verify |
Download (29 KB) |
| Add to Cart |
$ 1,017.24 |
4 Developer Subscription Renewal - Pre Expiry - includes One Year Standard Support and Updates/Upgrades |
Verify |
Download (29 KB) |
| Add to Cart |
$ 1,779.68 |
8 Developer Subscription Renewal - Pre Expiry - includes One Year Standard Support and Updates/Upgrades |
Verify |
Download (29 KB) |
PowerTCP Telnet for .NET Source Code
| Add to Cart |
$ 3,430.00 |
Source Code - delivered separately (requires a Developer License) Mfr. Part No: P-3080-SOURCE |
Verify |
Download (29 KB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed, including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.

What's new in Dart PowerTCP Telnet for .NET V4.4?
- Some custom Start delegates have been replaced with the .NET Framework standard WaitCallback delegate. This generally means that callback functions no longer include the calling component as a parameter (this is true even for custom delegates that were not replaced).
- The Connect method was updated to take the new TcpSession object as a parameter. TcpSession is a serializable object that facilitates the saving of session settings.
- The AuthenticateAsClient and AuthenticateAsServer methods were updated to take the new ClientSecurity and ServerSecurity objects as parameters, respectively. These two objects are serializable, facilitating the saving of security sessions.
- The ReadToX functions (ReadtoDelimiter, ReadToCount, ReadToEnd) were updated to throw the new DataException when an error condition occurs. DataException includes a DataRead field which provides the data read prior to the exception.
- Several samples were updated with "model" classes, to fall more in line with the Model-View-Controller (MVC) design philosophy. For more on MVC, see the "MVC Design in Applications" page of the help file.
What's new in Dart PowerTCP Telnet for .NET V4.2.1.1?
- Fixed a delay that would sometimes occur during the first Connect to a server.
- Data Direction in the Log event handler has been fixed to no longer always be DataDirection.In.
- The behavior of the Login method has changed. The default timeout value for each Read is now 6 seconds. A timeout exception will occur if the expected login prompt or password prompt is not found before the timeout period expires.
- Aborting an explicitly secure connection during the SSL Handshake no longer negatively impacts an immediate subsequent explicitly secure connection.
What's new in Dart PowerTCP Telnet for .NET V4.2?
- Support for the MONO Framework, allowing execution in many non-Windows environments, including Linux, Sun Solaris, and Mac OS X.
- Native .NET Framework classes are now used for SSL functionality
- Managed Visual C++ samples are now available
- PowerShell demo script included in samples
What's new in Dart PowerTCP Telnet for .NET V4.x?
- Auto-login capabilities
- Auto-option negotiation with easy configuration options
- Secure SSL Telnet support
- Blocking reads that wait for defined delimiters, specifically designed for scripting applications
- Start method for easily implemented mult-threaded applications, including cross-threading marshaling support
- PTY property binds a TextBox to the Telnet component as a ready-made interface for interactive online communications
- Logging event for easy debugging and session logging
- Proxy support
- Includes Rexec, Rsh and Rlogin components in addition to Telnet
Dart PowerTCP Telnet for .NET Features include:
- Common Telnet options are set using collections of options, and are automatically negotiated when the session is established
- Telnet, rlogin, rsh, and rexec components can be used to access a real-time UNIX data source
- Design-time visual interface supports interactive editing of client and server options
- Execute allows Rsh and Rexec components to send commands and capture responses in one line of code
- Scripting made easy with Login and WaitFor method
- AutoReceive technology reduces code by managing all incoming data
- More advanced options for Telnet can be easily programmed (samples are provided)
- Supports SOCKS4 and SOCKS5 proxies
- Comprehensive Stream-based design provides flexibility
- Supports International character sets
- Fully supports in both event driven (asynchronous) and blocking (synchronous) application designs
- All components provide multi-threaded asynchronous functionality
- All components allow user-interface events to process during synchronous use
- All components are thread-safe on critical members
- Debugging has been extended beyond run-time testing to a design-time Editor in every component that tests server operation without compiling. A real-time visual interface provides unprecedented debugging capability
- Compliant with RFC 854
- Includes a royalty-free license
- Integrated Help 2.0 documentation includes over a dozen tutorials and a comprehensive reference guide with full support for dynamic help