SftpListItemReceivedEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
SftpListItemReceivedEventArgs(String, SftpItem)
Initializes a new instance of the SftpListItemReceivedEventArgs class with the specified raw data and item.
Declaration
public SftpListItemReceivedEventArgs(string rawLine, SftpItem item)
Parameters
Type | Name | Description |
---|---|---|
String | rawLine | Raw data of the received item line. |
SftpItem | item | Received SftpItem. |