<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="4.0.30506" />

HttpProgressEventArgs

Represents the event arguments for the HTTP progress.
public int BytesTransferred { get; }

Gets the number of bytes transferred in the HTTP progress.

public long? TotalBytes { get; }

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.