FtpListItemReceivedEventArgs.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Item
Gets the received FtpItem.
Declaration
public FtpItem Item { get; }
Property Value
Type | Description |
---|---|
FtpItem | The received FtpItem or null if not available. |
Remarks
To remove this item from the list, set this property to null.