SSHStatus Event

Shows the progress of the secure connection.

Syntax

public event OnSSHStatusHandler OnSSHStatus;

public delegate void OnSSHStatusHandler(object sender, SshplexSSHStatusEventArgs e);

public class SshplexSSHStatusEventArgs : EventArgs {
  public string Message { get; }
}
Public Event OnSSHStatus As OnSSHStatusHandler

Public Delegate Sub OnSSHStatusHandler(sender As Object, e As SshplexSSHStatusEventArgs)

Public Class SshplexSSHStatusEventArgs Inherits EventArgs
  Public ReadOnly Property Message As String
End Class

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 .NET Edition - Version 20.0 [Build 8501]