| AllocatePty | Determines if pseudo terminal is allocated. |
| Authentication | Determines type of authentication used with the server. |
| Blocking | Determine if methods are blocking. |
| Columns | Number of columns reported to server. |
| Command | Command to be executed immediately after successful connection. |
| Compression | Determines the level of compression used. |
| DataOut | Holds the total numbers of bytes waiting to leave local side. |
| DataReady | Holds the total numbers of bytes waiting to be received by your application. |
| Encryption | Determines encryption algorithm to be used with SSH. |
| EncryptionList | Determines list of encryption algorithms supported and offered by wodSSH.NET. |
| ExitSignal | Holds exit signal from SSH connection. |
| ExitStatus | Holds exit status from SSH connection. |
| FingerPrintType | Determines type of fingerprint provided in FingerPrint event. |
| FIPS | Determines if FIPS enabled algorithms will be used. |
| ForwardHost | Determines the hostname that data will be forwarded to with SSH tunneling. |
| ForwardPort | Port on remote server where you wish to forward your data. |
| HMacList | Determines list of digest algorithms supported and offered by wodSSH.NET. |
| Hostname | Specifies hostname of the remote server. |
| KeepAlives | Defines number of seconds of inactivity before KeepAlive ignore packets are sent.
|
| KeyExchangeList | Determines list of key exchange algorithms supported and offered by wodSSH.NET. |
| KeyFowarding | Determines if key forwarding is enabled. |
| Login | Login (username) information that will be sent to the server. |
| Password | Password that will be sent to the server. |
| Port | Port on the server where we will connect. |
| PrivateKey | Private key for authentication. |
| Prompt | Specifies command prompt string that is expected from the server. |
| Protocol | SSH protocol version used. |
| ProxyHostname | Specifies the hostname of proxy to use. |
| ProxyLogin | Specifies the login/username to use when connecting to the proxy server. |
| ProxyPassword | Specifies the password to use when connecting to proxy server. |
| ProxyPort | Specifies the port to use for proxy server. |
| ProxyType | Specifies the type of proxy to use. |
| RemoteIdentification | Holds server's identification string. |
| Rows | Number of rows reported to server. |
| ShowStdErrorMessages | Determines if server's STDERR messages are received. |
| State | Read-only property that returns current component state. |
| StripANSI | Automatically removes ANSI codes from received data. |
| Subsystem | Specifies the subsystem to be started upon connection. |
| TerminalType | Name of terminal type that will be requested from server. |
| Timeout | Total number of seconds to expire before we are automatically disconnected from the server. |
| Version | Holds version information. |