TelnetCommand
Telnet command bytes (RFC 854).
- Kind:
Class - Namespace: Repl.Telnet
- Assembly:
Repl.Telnet - Source: src/Repl.Telnet/TelnetCommand.cs
Signature
Section titled “Signature”public static class TelnetCommandInheritance
Section titled “Inheritance”Fields
Section titled “Fields”Request to perform option.
public const byte Do = 253Returns
Section titled “Returns”Request not to perform option.
public const byte Dont = 254Returns
Section titled “Returns”Interpret As Command escape byte.
public const byte Iac = 255Returns
Section titled “Returns”Begin subnegotiation.
public const byte SB = 250Returns
Section titled “Returns”End of subnegotiation parameters.
public const byte SE = 240Returns
Section titled “Returns”Will perform option.
public const byte Will = 251Returns
Section titled “Returns”Won’t perform option.
public const byte Wont = 252