ListItemReceivedEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Provides data for the List
Syntax
public class ListItemReceivedEventArgs : EventArgs
Inheritance
ListItemReceivedEventArgs
Inherited Members
Constructors
Name | Description |
---|---|
List |
Initializes a new instance of the List |
Properties
Name | Description |
---|---|
Aborted | Gets a value indicating whether the item was aborted. |
Ignored | Gets a value indicating whether the item was ignored. |
Item | Gets the received File |
Raw |
Gets the raw data of the received item line. |
User |
Get user state object. |