Dart.Ssh Namespace : Ssh Class |
For a list of all members of this type, see Ssh members.
Name | Description | |
---|---|---|
Banner | Raised when the server presents a banner during authentication. (Inherited from Dart.Ssh.SshConnection) | |
Challenge | Raised when the server presents its challenges during 'keyboard-interactive' authentication. (Inherited from Dart.Ssh.SshConnection) | |
Data | Raised when the Marshal method is called by the user. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. (Inherited from Dart.Ssh.ComponentBase) | |
HostKey | Raised when the server presents its hostkey while establishing a connection. (Inherited from Dart.Ssh.SshConnection) | |
Log | Used to log packet-level communications. (Inherited from Dart.Ssh.SshConnection) | |
StateChanged | Raised when the value of the State property changes, or a call to any Authenticate method returns. (Inherited from Dart.Ssh.SshConnection) | |
UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Ssh.ComponentBase) |