Current transfer state of the TransferAction.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration TransferProgressState
C#
public enum TransferProgressState

Members

Member nameDescription
Supported by the .NET Compact FrameworkDirectoryProcessing
Directory processing was started.
Supported by the .NET Compact FrameworkFileTransferring
Processing of a file was started.
Supported by the .NET Compact FrameworkFileTransferred
File was successfully transferred.
Supported by the .NET Compact FrameworkDataBlockProcessed
A file data block was processed.
Supported by the .NET Compact FrameworkTransferCompleted
The transfer action was successfully completed. Triggered only with multi-file operations. (For single-file operations, only FileTransferred is triggered.)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also