FtpListItemReceivedEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
Provides data for the List
Syntax
public class FtpListItemReceivedEventArgs : ListItemReceivedEventArgs
Inherited Members
Constructors
Name | Description |
---|---|
Ftp |
Initializes a new instance of the Ftp |
Properties
Name | Description |
---|---|
Aborted | Gets a value indicating whether the item was aborted.
Inherited from List |
Ignored | Gets a value indicating whether the item was ignored.
Inherited from List |
Item | Gets the received Ftp |
Listing |
Gets the listing type. |
Raw |
Gets the raw data of the received item line.
Inherited from List |
User |
Get user state object.
Inherited from List |
Methods
Name | Description |
---|---|
Abort() | Aborts the process of received the file and directory listing.
Inherited from List |
Ignore() | Ignores the current item, making it not appear in the list.
Inherited from List |