Skip to content

TelnetOption

Telnet option codes for negotiation (RFC 854 and extensions).

public static class TelnetOption

Binary Transmission (RFC 856).

public const byte Binary = 0

byte

Echo (RFC 857).

public const byte Echo = 1

byte

Negotiate About Window Size (RFC 1073).

public const byte Naws = 31

byte

Suppress Go-Ahead (RFC 858).

public const byte Sga = 3

byte

Terminal-Type (RFC 1091).

public const byte TerminalType = 24

byte