Table of Contents

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

RuntimeId string
BytesDownloaded long
TotalBytes long?
Phase string

Properties

BytesDownloaded

public long BytesDownloaded { get; init; }

Property Value

long

Phase

public string Phase { get; init; }

Property Value

string

RuntimeId

public string RuntimeId { get; init; }

Property Value

string

TotalBytes

public long? TotalBytes { get; init; }

Property Value

long?