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