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