SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

Disconnect Event

This event is fired when the SFTP subsystem connection is closed.

Syntax

public event OnDisconnectHandler OnDisconnect;

public delegate void OnDisconnectHandler(object sender, SshclientDisconnectEventArgs e);

public class SshclientDisconnectEventArgs : EventArgs {
  public int CloseReason { get; }
}
Public Event OnDisconnect As OnDisconnectHandler

Public Delegate Sub OnDisconnectHandler(sender As Object, e As SshclientDisconnectEventArgs)

Public Class SshclientDisconnectEventArgs Inherits EventArgs
  Public ReadOnly Property CloseReason As Integer
End Class

Remarks

Do not perform any file operations after this event has been fired.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 .NET Edition - Version 20.0 [Build 8166]