HttpProgressEventArgs
Represents the event arguments for the HTTP progress.
public HttpProgressEventArgs(int progressPercentage, object userToken, long bytesTransferred, long? totalBytes)
Initializes a new instance of the HttpProgressEventArgs class.