SSHStatus Event
Shows the progress of the secure connection.
Syntax
[VB.NET] Public Event OnSSHStatus As OnSSHStatusHandler
[C#] public event OnSSHStatusHandler OnSSHStatus; public delegate void OnSSHStatusHandler(object sender, SshauthSSHStatusEventArgs e); class SshauthSSHStatusEventArgs : EventArgs { string Message {get;} }
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.