Represents the TERMINAL TYPE telnet option as defined in RFC 1091.

Namespace: Jscape.Telnet.Options
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public class TerminalType : TelnetOption
Visual Basic
Public Class TerminalType _
	Inherits TelnetOption
Visual C++
public ref class TerminalType : public TelnetOption

Remarks

This option is used for negotiation of display options with the TELNET server.

Inheritance Hierarchy

System..::..Object
  Jscape.Telnet..::..TelnetOption
    Jscape.Telnet.Options..::..TerminalType

See Also