FtpResponseReadEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Provides data for the ResponseRead event.
Syntax
public class FtpResponseReadEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
FtpResponseReadEventArgs(String) | Initializes a new instance of the FtpResponseReadEventArgs class with the specified response string. |
Properties
Name | Description |
---|---|
Response | Gets the raw FTP response. |