SftpVersionEventHandler Delegate

[C#]

public delegate void SftpVersionEventHandler(
  object sender,
  uint version);

Parameters

  • sender: The source of the event.
  • version: Sftp protocol version used to communicate with the server.

Remarks

Reports the Sftp protocol version used to communicate with the server.