Project Description
An implementation of the Telnet protocol in C# for .NET 2.0.

Quickstart
You must connect to the remote system and obtain a valid socket using your preferred method (e.g. network listener). You may then create an instance of either TelnetClient or TelnetStream. The TelnetClient class implements the protocol; the TelnetStream class provides an I/O stream wrapper around a private TelnetClient instance.

Current Status
The code is currently in early development stages (e.g. only a few protocol options have been implemented). The overall goal is to implement a full Telnet API with support for SSL and pluggable protocol options.

See Also
The public home page is located at http://www.thoughtproject.com/Libraries/Telnet/.
Last edited Mar 30 2007 at 3:41 PM by pinchy, version 3

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196