Class LoadNetworkResourcePageResult
An object providing the result of a network resource load.
public sealed record LoadNetworkResourcePageResult : IEquatable<LoadNetworkResourcePageResult>
- Inheritance
-
LoadNetworkResourcePageResult
- Implements
- Inherited Members
Constructors
LoadNetworkResourcePageResult(bool)
An object providing the result of a network resource load.
public LoadNetworkResourcePageResult(bool Success)
Parameters
Successbool
Properties
Headers
Response headers.
public IReadOnlyDictionary<string, string>? Headers { get; init; }
Property Value
HttpStatusCode
public double? HttpStatusCode { get; init; }
Property Value
NetError
Optional values used for error reporting.
public double? NetError { get; init; }
Property Value
NetErrorName
public string? NetErrorName { get; init; }
Property Value
Stream
If successful, one of the following two fields holds the result.
public StreamHandle? Stream { get; init; }
Property Value
Success
public bool Success { get; init; }