TelnetFraming.TerminalTypeEventArgs
Event payload carrying a terminal identity reported by Telnet TERMINAL-TYPE.
- Kind:
Class - Namespace: Repl.Telnet
- Assembly:
Repl.Telnet - Source: src/Repl.Telnet/TelnetFraming.cs
Signature
Section titled “Signature”public sealed class TelnetFraming.TerminalTypeEventArgs : EventArgsInheritance
Section titled “Inheritance”Constructors
Section titled “Constructors”TerminalTypeEventArgs(string)
Section titled “TerminalTypeEventArgs(string)”Event payload carrying a terminal identity reported by Telnet TERMINAL-TYPE.
public TerminalTypeEventArgs(string terminalType)Parameters
Section titled “Parameters”terminalType(string)
Properties
Section titled “Properties”TerminalType
Section titled “TerminalType”Gets the reported terminal type.
public string TerminalType { get; }