PseudoTerminalRequestInfo
Represents "pty-req" type channel request information
Channel request name
Gets or sets the terminal width in columns (e.g., 80).
Gets or sets the value of the TERM environment variable (e.g., vt100).
Gets or sets the terminal height in pixels (e.g., 480).
Gets or sets the terminal width in pixels (e.g., 640).
Gets or sets the terminal width in rows (e.g., 24).
Gets or sets the terminal mode.
public PseudoTerminalRequestInfo()
Initializes a new instance of the PseudoTerminalRequestInfo class.
public PseudoTerminalRequestInfo(string environmentVariable, uint columns, uint rows, uint width, uint height, IDictionary<TerminalModes, uint> terminalModeValues)
Initializes a new instance of the PseudoTerminalRequestInfo class.