Table of Contents

Class LoadNetworkResourcePageResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

Success bool

Properties

Headers

Response headers.

public IReadOnlyDictionary<string, string>? Headers { get; init; }

Property Value

IReadOnlyDictionary<string, string>

HttpStatusCode

public double? HttpStatusCode { get; init; }

Property Value

double?

NetError

Optional values used for error reporting.

public double? NetError { get; init; }

Property Value

double?

NetErrorName

public string? NetErrorName { get; init; }

Property Value

string

Stream

If successful, one of the following two fields holds the result.

public StreamHandle? Stream { get; init; }

Property Value

StreamHandle

Success

public bool Success { get; init; }

Property Value

bool