EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

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, SftpSSHStatusEventArgs e);

class SftpSSHStatusEventArgs : EventArgs {
  string Message {get;}
}

Remarks

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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]