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