FtpListItemReceivedEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
FtpListItemReceivedEventArgs(FtpListingType, String, FtpItem)
Initializes a new instance of the FtpListItemReceivedEventArgs class with the specified listing type, raw data and item.
Declaration
public FtpListItemReceivedEventArgs(FtpListingType listingType, string rawLine, FtpItem item)
Parameters
| Type | Name | Description | 
|---|---|---|
| FtpListingType | listingType | FTP listing type.  | 
    
| String | rawLine | Raw data of the received item line.  | 
    
| FtpItem | item | Received FtpItem.  |