TelnetOption
Telnet option codes for negotiation (RFC 854 and extensions).
- Kind:
Class - Namespace: Repl.Telnet
- Assembly:
Repl.Telnet - Source: src/Repl.Telnet/TelnetOption.cs
Signature
Section titled “Signature”public static class TelnetOptionInheritance
Section titled “Inheritance”Fields
Section titled “Fields”Binary
Section titled “Binary”Binary Transmission (RFC 856).
public const byte Binary = 0Returns
Section titled “Returns”Echo (RFC 857).
public const byte Echo = 1Returns
Section titled “Returns”Negotiate About Window Size (RFC 1073).
public const byte Naws = 31Returns
Section titled “Returns”Suppress Go-Ahead (RFC 858).
public const byte Sga = 3Returns
Section titled “Returns”TerminalType
Section titled “TerminalType”Terminal-Type (RFC 1091).
public const byte TerminalType = 24