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?
Events
ConnectedEvent | Fires when wodSSH.NET successfully connects to the server. |
CryptoInformationEvent | Fires when wodSSH.NET receives information about remote server. |
DataReceivedEvent | Fires when wodSSH.NET receives data from the server. |
DisconnectedEvent | Fires when wodSSH.NET disconnects from the server. |
FingerPrintEvent | Fires when wodSSH.NET receives public key from the server. |
LoginChallengeEvent | Fires when wodSSH.NET receives public key from the server. |
PromptReceivedEvent | Fires when wodSSH.NET receives prompt string from the server. |
StateChangedEvent | Fires when wodSSH.NET changes its state. |