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

WindowChangeRequestInfo

Represents "window-change" type channel request information
public const string Name = "window-change"

Channe request name

public uint Columns { get; }

Gets the columns.

public uint Height { get; }

Gets the height.

public uint Rows { get; }

Gets the rows.

public uint Width { get; }

Gets the width.

Initializes a new instance of the WindowChangeRequestInfo class.

public WindowChangeRequestInfo(uint columns, uint rows, uint width, uint height)

Initializes a new instance of the WindowChangeRequestInfo class.