<PackageReference Include="SSH.NET" Version="2014.4.6-beta1" />

PseudoTerminalRequestInfo

Represents "pty-req" type channel request information
public const string NAME = "pty-req"

Channel request name

public uint Columns { get; set; }

Gets or sets the columns.

public string EnvironmentVariable { get; set; }

Gets or sets the environment variable.

public uint PixelHeight { get; set; }

Gets or sets the height of the pixel.

public uint PixelWidth { get; set; }

Gets or sets the width of the pixel.

public uint Rows { get; set; }

Gets or sets the rows.

public IDictionary<TerminalModes, uint> TerminalModeValues { get; set; }

Gets or sets the terminal mode.

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.