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