Rebex SFTP for .NET

SftpCommandSentEventHandler Delegate

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

public delegate void SftpCommandSentEventHandler(
   object sender,
   SftpCommandSentEventArgs e
);

Parameters

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

Requirements

Namespace: Rebex.Net

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

See Also

Rebex.Net Namespace