Class TelnetCommand
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
Dont
Request not to perform option.
public const byte Dont = 254
Field Value
Iac
Interpret As Command escape byte.
public const byte Iac = 255
Field Value
SB
Begin subnegotiation.
public const byte SB = 250
Field Value
SE
End of subnegotiation parameters.
public const byte SE = 240
Field Value
Will
Will perform option.
public const byte Will = 251
Field Value
Wont
Won't perform option.
public const byte Wont = 252