Rebex SFTP for .NET

SftpResponseReadEventHandler Delegate

Represents the method that will handle the ResponseRead event of a Sftp class.

public delegate void SftpResponseReadEventHandler(
   object sender,
   SftpResponseReadEventArgs e
);

Parameters

sender
The source of the event.
e
A SftpResponseReadEventArgs that contains the event data.

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Sftp (in Rebex.Net.Sftp.dll)

See Also

Rebex.Net Namespace