FtpItemParseEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9448)
Provides data for the ItemParse event.
Syntax
public class FtpItemParseEventArgs : EventArgs
Inherited Members
Constructors
| Name | Description |
|---|---|
| FtpItemParseEventArgs(String, FtpItem) | Initializes a new instance of the FtpItemParseEventArgs class with the specified raw data and a parsed item. |
Properties
| Name | Description |
|---|---|
| Item | Gets or sets the parsed FtpItem. |
| RawLine | Gets the raw data of the line parsed. |