Provides data for the OnProgress event.
For a list of all members of this type, see FtpClient.ProgressEventArgs Members.
System.Object
System.EventArgs
SocketTools.FtpClient.ProgressEventArgs
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
ProgressEventArgs specifies the number of bytes copied from the data stream, the total number of bytes in the data stream and a completion percentage.
The OnProgress event occurs as a data stream is being read or written to the socket.
Namespace: SocketTools
Assembly: SocketTools.FtpClient (in SocketTools.FtpClient.dll)