ParsingListingLineEventArgs Class Members
In This Topic
The following tables list the members exposed by ParsingListingLineEventArgs.
Public Properties
| Name | Description |
 | Item | Gets an FtpItemInfo object representing the listing information of an FTP item. |
 | Line | Gets the listing line which was returned by the FTP server and used to create the Item. |
 | Valid | Gets or sets a boolean value indicating if the listing line returned by the FTP server was valid. |
Top
See Also