The FtpListItemReceivedEventArgs type exposes the following members.

Properties

  NameDescription
Protected propertySupported by the .NET Compact FrameworkAborted
Gets a value indicating whether the item was aborted.
(Inherited from ListItemReceivedEventArgs.)
Protected propertySupported by the .NET Compact FrameworkIgnored
Gets a value indicating whether the item was ignored.
(Inherited from ListItemReceivedEventArgs.)
Public propertySupported by the .NET Compact FrameworkItem
Gets the received FtpItem.
Public propertySupported by the .NET Compact FrameworkListingType
Gets the listing type.
Public propertySupported by the .NET Compact FrameworkRawLine
Gets the raw data of the received item line.
(Inherited from ListItemReceivedEventArgs.)
Public propertySupported by the .NET Compact FrameworkUserState
Get user state object.
(Inherited from ListItemReceivedEventArgs.)

See Also