Table of Contents

Class TelnetCommand

Namespace
Repl.Telnet
Assembly
Repl.Telnet.dll

Telnet command bytes (RFC 854).

public static class TelnetCommand
Inheritance
TelnetCommand
Inherited Members

Fields

Do

Request to perform option.

public const byte Do = 253

Field Value

byte

Dont

Request not to perform option.

public const byte Dont = 254

Field Value

byte

Iac

Interpret As Command escape byte.

public const byte Iac = 255

Field Value

byte

SB

Begin subnegotiation.

public const byte SB = 250

Field Value

byte

SE

End of subnegotiation parameters.

public const byte SE = 240

Field Value

byte

Will

Will perform option.

public const byte Will = 251

Field Value

byte

Wont

Won't perform option.

public const byte Wont = 252

Field Value

byte