Class LoadNetworkResourcePageResult
An object providing the result of a network resource load.
public sealed class LoadNetworkResourcePageResult
- Inheritance
-
LoadNetworkResourcePageResult
- Inherited Members
Properties
Headers
Response headers.
[JsonPropertyName("headers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Headers? Headers { get; set; }
Property Value
HttpStatusCode
httpStatusCode
[JsonPropertyName("httpStatusCode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? HttpStatusCode { get; set; }
Property Value
NetError
Optional values used for error reporting.
[JsonPropertyName("netError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? NetError { get; set; }
Property Value
NetErrorName
netErrorName
[JsonPropertyName("netErrorName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? NetErrorName { get; set; }
Property Value
Stream
If successful, one of the following two fields holds the result.
[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Stream { get; set; }
Property Value
Success
success
[JsonPropertyName("success")]
public bool Success { get; set; }