FtpItemParseEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9448)
FtpItemParseEventArgs(String, FtpItem)
Initializes a new instance of the Ftp
Declaration
public FtpItemParseEventArgs(string rawLine, FtpItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| String | rawLine | Raw data of the line parsed. |
| Ftp |
item | Parsed Ftp |