Version: 1.1.1.6
Build terminal emulation capabilities into your application with VT and Telnet controls.

The PowerTCP Emulation for .NET installation comes complete with the following:

  • 18 Components/Major Classes.
  • 3 Full Sample projects (in both VB.NET and C#).
  • Full MS Help 2.0 Documentation, including extensive examples and tutorials.
  • Free Introductory Support.
Class Description
Vt Control Represents a terminal emulator used to display VT formatted data.
Cell Structure Represents a single cell (occupied by a single character) on the Vt control.
Font Class Defines a particular format for text, including font face, size, and style attributes. Includes raster support.
FontDialog Class Represents a common dialog box that displays a list of fonts that are currently installed on the system. Designed to work with the raster-enabled Font class.

The included Telnet control comes complete with the following major classes and components (minor classes are not listed):
Class Description
Telnet Component Used to communicate with remote hosts using the Telnet protocol.
Rlogin Component Used to communicate with remote hosts using the Rlogin protocol.
Rexec Component Used to execute commands on remote hosts while providing login information.
Rsh Component Used to execute commands on remote hosts without providing login information.
EnhancedStream Class Adds new methods on top of the Stream interface for type conversion, stream copying, and saving
Option Class Encapsulates a Telnet option.
OptionCollection Class Collection which contains Option classes.
PipeStream Class Represents a stream that wraps an internal stream.
Proxy Class Enables proxy communication.
Segment Class Provides a reference to a data segment where data is sent or received over a TCP stream.
SegmentedStream Class Used for advanced reading/writing functionality.
Tcp Class Used to communicate with hosts using TCP.
TcpStream Class Used to read/write to a network socket.
TelnetStream Class Used to provide Telnet-specific formatting to all data passing through it.