FtpItemParseEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
FtpItemParseEventArgs(String, FtpItem)
Initializes a new instance of the FtpItemParseEventArgs class with the specified raw data and a parsed item.
Declaration
public FtpItemParseEventArgs(string rawLine, FtpItem item)
Parameters
Type | Name | Description |
---|---|---|
String | rawLine | Raw data of the line parsed. |
FtpItem | item | Parsed FtpItem or null reference if unable to parse. |