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