Class BundleDownloadProgress
- Namespace
- CobaltPdf.WebKit.Infrastructure.Provisioning
- Assembly
- CobaltPDF.WebKit.dll
Progress payload reported during a bundle download.
public sealed record BundleDownloadProgress : IEquatable<BundleDownloadProgress>
- Inheritance
-
BundleDownloadProgress
- Implements
- Inherited Members
Constructors
BundleDownloadProgress(string, long, long?, string)
Progress payload reported during a bundle download.
public BundleDownloadProgress(string RuntimeId, long BytesDownloaded, long? TotalBytes, string Phase)
Parameters
Properties
BytesDownloaded
public long BytesDownloaded { get; init; }
Property Value
Phase
public string Phase { get; init; }
Property Value
RuntimeId
public string RuntimeId { get; init; }
Property Value
TotalBytes
public long? TotalBytes { get; init; }
Property Value
- long?