Skip to content

TelnetCommand

Telnet command bytes (RFC 854).

public static class TelnetCommand

Request to perform option.

public const byte Do = 253

byte

Request not to perform option.

public const byte Dont = 254

byte

Interpret As Command escape byte.

public const byte Iac = 255

byte

Begin subnegotiation.

public const byte SB = 250

byte

End of subnegotiation parameters.

public const byte SE = 240

byte

Will perform option.

public const byte Will = 251

byte

Won’t perform option.

public const byte Wont = 252

byte