HttpProgressEventArgs
Represents the event arguments for the HTTP progress.
Gets the number of bytes transferred in the HTTP progress.
Gets the total number of bytes transferred by the HTTP progress.
public HttpProgressEventArgs(int progressPercentage, object userToken, int bytesTransferred, long? totalBytes)
Initializes a new instance of the HttpProgressEventArgs class.