The SftpTraversingEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAction
Gets the current transfer action.
(Inherited from TraversingEventArgs.)
Public propertySupported by the .NET Compact FrameworkBytesTotal
Gets the current total number of bytes to be processed (traversed so far).
(Inherited from TraversingEventArgs.)
Public propertySupported by the .NET Compact FrameworkFilesTotal
Gets the current total number of files to be processed (traversed so far).
(Inherited from TraversingEventArgs.)
Public propertySupported by the .NET Compact FrameworkItem
Gets the file or directory which is currently processed.
(Inherited from TraversingEventArgs.)
Public propertySupported by the .NET Compact FrameworkTraversingState
Gets the current traversing state of the current Action.
(Inherited from TraversingEventArgs.)
Public propertySupported by the .NET Compact FrameworkUserState
Gets a user state object.
(Inherited from TraversingEventArgs.)

See Also