SftpListItemReceivedEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9147)
Provides data for the List
Syntax
public class SftpListItemReceivedEventArgs : ListItemReceivedEventArgs
Inherited Members
Constructors
Name | Description |
---|---|
Sftp |
Initializes a new instance of the Sftp |
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 Sftp |
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 |