SocketTools .NET Edition

SocketWrench.ProgressEventArgs Class

Provides data for the OnProgress event.

For a list of all members of this type, see SocketWrench.ProgressEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.SocketWrench.ProgressEventArgs

[Visual Basic]
Public Class SocketWrench.ProgressEventArgs
    Inherits EventArgs
[C#]
public class SocketWrench.ProgressEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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. This event only occurs when the ReadStream, WriteStream or StoreStream methods are called.

Requirements

Namespace: SocketTools

Assembly: SocketTools.SocketWrench (in SocketTools.SocketWrench.dll)

See Also

SocketWrench.ProgressEventArgs Members | SocketTools Namespace