Table of Contents

Class RequestCachedResponseResult

Namespace
Selenium.WebDriver.BiDi.Cdp.CacheStorage
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record RequestCachedResponseResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<RequestCachedResponseResult>
Inheritance
EmptyResult
RequestCachedResponseResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

RequestCachedResponseResult(CachedResponse)

public RequestCachedResponseResult(CachedResponse Response)

Parameters

Response CachedResponse

Response read from the cache.

Properties

Response

Response read from the cache.

public CachedResponse Response { get; init; }

Property Value

CachedResponse