The ScpTransferProgressEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBytesSinceLastEvent
Gets the number of bytes transferred during the current transfer since the last time the event was raised.
Public propertySupported by the .NET Compact FrameworkBytesTransferred
Gets the total number of bytes transferred during the current transfer.
Public propertySupported by the .NET Compact FrameworkFinished
Gets the value indicating whether the transfer has finished.
Public propertySupported by the .NET Compact FrameworkId
Gets the user-defined state object specified in a call to asynchronous method.
Public propertySupported by the .NET Compact FrameworkLocalPath
Gets the path of the local file or directory which is currently processed.
Public propertySupported by the .NET Compact FrameworkRemotePath
Gets the path of the remote file or directory which is currently processed.
Public propertySupported by the .NET Compact FrameworkState
Gets the transfer state.

See Also