Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
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.