Initializes a new instance of the FtpListItemReceivedEventArgs class with the specified listing type, raw data and item.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ listingType As FtpListingType, _ rawLine As String, _ item As FtpItem _ ) |
C# |
---|
public FtpListItemReceivedEventArgs( FtpListingType listingType, string rawLine, FtpItem item ) |
Parameters
- listingType
- Type: Rebex.Net..::..FtpListingType
FTP listing type.
- rawLine
- Type: System..::..String
Raw data of the received item line.
- item
- Type: Rebex.Net..::..FtpItem
Received FtpItem.