Sftp.OnResponseRead Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
OnResponseRead(SftpResponseReadEventArgs)
Raises the ResponseRead event.
Declaration
protected virtual void OnResponseRead(SftpResponseReadEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SftpResponseReadEventArgs | e | A SftpResponseReadEventArgs that contains the event data. |