Class LoadingFinishedEventArgs
LoadingFinished
public sealed class LoadingFinishedEventArgs : EventArgs
- Inheritance
-
LoadingFinishedEventArgs
- Inherited Members
Properties
EncodedDataLength
Gets or sets the encodedDataLength
[JsonPropertyName("encodedDataLength")]
public double EncodedDataLength { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
ShouldReportCorbBlocking
Gets or sets the shouldReportCorbBlocking
[JsonPropertyName("shouldReportCorbBlocking")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShouldReportCorbBlocking { get; set; }
Property Value
- bool?
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }