Back to product page

Columns property


Number of columns reported to server.

Type

Integer. Specifies number of columns.

Syntax

  • C#
  • VB.NET
Int32 Columns {get; set; };

Property Columns As Int32

Remarks

This property does not affect any of the client's behavior, because wodSSH.NET does not have it's own GUI. Merely, when connecting to the server, this value is sent to the server to adjust it's display area, so when data is sent to the client it is adjusted properly. You may notice changes in wrapping of data sent by the server, for example when you issue command to list contents of some directory.

Default value is 80 columns.

Platforms

Windows