SocketTools .NET Edition

GopherClient.ProgressEventArgs Class

Provides data for the OnProgress event.

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

System.Object
   System.EventArgs
      SocketTools.GopherClient.ProgressEventArgs

[Visual Basic]
Public Class GopherClient.ProgressEventArgs
    Inherits EventArgs
[C#]
public class GopherClient.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 client.

Requirements

Namespace: SocketTools

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

See Also

GopherClient.ProgressEventArgs Members | SocketTools Namespace