Raises the ResponseRead event.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Protected Overridable Sub OnResponseRead ( _ e As SftpResponseReadEventArgs _ ) |
C# |
---|
protected virtual void OnResponseRead( SftpResponseReadEventArgs e ) |
Parameters
- e
- Type: Rebex.Net..::..SftpResponseReadEventArgs
A SftpResponseReadEventArgs that contains the event data.