ListItemReceivedEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
ListItemReceivedEventArgs(String, FileSystemItem)
Initializes a new instance of the List
Declaration
public ListItemReceivedEventArgs(string rawLine, FileSystemItem item)
Parameters
Type | Name | Description |
---|---|---|
String | rawLine | Raw data of the received item line. |
File |
item | Received File |