PseudoTerminalRequestInfo
Represents "pty-req" type channel request information
Channel request name
Gets or sets the columns.
Gets or sets the environment variable.
Gets or sets the height of the pixel.
Gets or sets the width of the pixel.
Gets or sets the rows.
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.