Back to FlowSsh Documentation
[C#]
public delegate void SshVersionEventHandler( object sender, string version);
Parameters
Remarks
The version string of the SSH server to which you are trying to connect is reported through this delegate.