blob: ec0fd518adc5ff3be3815d138f408c3098068348 [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache
commentId: T:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache
id: Cache
parent: OpenQA.Selenium.DevTools.V134.CacheStorage
children:
- OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheId
- OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheName
- OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.SecurityOrigin
- OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageBucket
- OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageKey
langs:
- csharp
- vb
name: Cache
nameWithType: Cache
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache
type: Class
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Cache
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
startLine: 11
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.CacheStorage
summary: Cache
example: []
syntax:
content: public sealed class Cache
content.vb: Public NotInheritable Class Cache
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheId
commentId: P:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheId
id: CacheId
parent: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache
langs:
- csharp
- vb
name: CacheId
nameWithType: Cache.CacheId
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheId
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: CacheId
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
startLine: 16
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.CacheStorage
summary: cacheId
example: []
syntax:
content: >-
[JsonPropertyName("cacheId")]
public string CacheId { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("cacheId")>
Public Property CacheId As String
overload: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheId*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: cacheId
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.SecurityOrigin
commentId: P:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.SecurityOrigin
id: SecurityOrigin
parent: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache
langs:
- csharp
- vb
name: SecurityOrigin
nameWithType: Cache.SecurityOrigin
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.SecurityOrigin
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: SecurityOrigin
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
startLine: 23
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.CacheStorage
summary: securityOrigin
example: []
syntax:
content: >-
[JsonPropertyName("securityOrigin")]
public string SecurityOrigin { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("securityOrigin")>
Public Property SecurityOrigin As String
overload: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.SecurityOrigin*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: securityOrigin
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageKey
commentId: P:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageKey
id: StorageKey
parent: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache
langs:
- csharp
- vb
name: StorageKey
nameWithType: Cache.StorageKey
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageKey
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: StorageKey
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
startLine: 30
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.CacheStorage
summary: storageKey
example: []
syntax:
content: >-
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("storageKey")>
Public Property StorageKey As String
overload: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageKey*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: storageKey
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageBucket
commentId: P:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageBucket
id: StorageBucket
parent: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache
langs:
- csharp
- vb
name: StorageBucket
nameWithType: Cache.StorageBucket
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageBucket
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: StorageBucket
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
startLine: 37
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.CacheStorage
summary: storageBucket
example: []
syntax:
content: >-
[JsonPropertyName("storageBucket")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StorageBucket? StorageBucket { get; set; }
parameters: []
return:
type: OpenQA.Selenium.DevTools.V134.Storage.StorageBucket
content.vb: >-
<JsonPropertyName("storageBucket")>
<JsonIgnore(Condition:=JsonIgnoreCondition.WhenWritingDefault)>
Public Property StorageBucket As StorageBucket
overload: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageBucket*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: storageBucket
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
namedArguments:
- name: Condition
type: System.Text.Json.Serialization.JsonIgnoreCondition
value: 2
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheName
commentId: P:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheName
id: CacheName
parent: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache
langs:
- csharp
- vb
name: CacheName
nameWithType: Cache.CacheName
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheName
type: Property
source:
remote:
path: bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: CacheName
path: ../../bazel-bin/dotnet/src/webdriver/cdp/v134/CacheStorage/Cache.cs
startLine: 44
assemblies:
- WebDriver
namespace: OpenQA.Selenium.DevTools.V134.CacheStorage
summary: cacheName
example: []
syntax:
content: >-
[JsonPropertyName("cacheName")]
public string CacheName { get; set; }
parameters: []
return:
type: System.String
content.vb: >-
<JsonPropertyName("cacheName")>
Public Property CacheName As String
overload: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheName*
attributes:
- type: System.Text.Json.Serialization.JsonPropertyNameAttribute
ctor: System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)
arguments:
- type: System.String
value: cacheName
references:
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage
commentId: N:OpenQA.Selenium.DevTools.V134.CacheStorage
href: OpenQA.html
name: OpenQA.Selenium.DevTools.V134.CacheStorage
nameWithType: OpenQA.Selenium.DevTools.V134.CacheStorage
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134
name: V134
href: OpenQA.Selenium.DevTools.V134.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage
name: CacheStorage
href: OpenQA.Selenium.DevTools.V134.CacheStorage.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134
name: V134
href: OpenQA.Selenium.DevTools.V134.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage
name: CacheStorage
href: OpenQA.Selenium.DevTools.V134.CacheStorage.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheId*
commentId: Overload:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheId
href: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.html#OpenQA_Selenium_DevTools_V134_CacheStorage_Cache_CacheId
name: CacheId
nameWithType: Cache.CacheId
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheId
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.SecurityOrigin*
commentId: Overload:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.SecurityOrigin
href: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.html#OpenQA_Selenium_DevTools_V134_CacheStorage_Cache_SecurityOrigin
name: SecurityOrigin
nameWithType: Cache.SecurityOrigin
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.SecurityOrigin
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageKey*
commentId: Overload:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageKey
href: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.html#OpenQA_Selenium_DevTools_V134_CacheStorage_Cache_StorageKey
name: StorageKey
nameWithType: Cache.StorageKey
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageKey
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageBucket*
commentId: Overload:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageBucket
href: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.html#OpenQA_Selenium_DevTools_V134_CacheStorage_Cache_StorageBucket
name: StorageBucket
nameWithType: Cache.StorageBucket
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.StorageBucket
- uid: OpenQA.Selenium.DevTools.V134.Storage.StorageBucket
commentId: T:OpenQA.Selenium.DevTools.V134.Storage.StorageBucket
parent: OpenQA.Selenium.DevTools.V134.Storage
href: OpenQA.Selenium.DevTools.V134.Storage.StorageBucket.html
name: StorageBucket
nameWithType: StorageBucket
fullName: OpenQA.Selenium.DevTools.V134.Storage.StorageBucket
- uid: OpenQA.Selenium.DevTools.V134.Storage
commentId: N:OpenQA.Selenium.DevTools.V134.Storage
href: OpenQA.html
name: OpenQA.Selenium.DevTools.V134.Storage
nameWithType: OpenQA.Selenium.DevTools.V134.Storage
fullName: OpenQA.Selenium.DevTools.V134.Storage
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134
name: V134
href: OpenQA.Selenium.DevTools.V134.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134.Storage
name: Storage
href: OpenQA.Selenium.DevTools.V134.Storage.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.DevTools
name: DevTools
href: OpenQA.Selenium.DevTools.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134
name: V134
href: OpenQA.Selenium.DevTools.V134.html
- name: .
- uid: OpenQA.Selenium.DevTools.V134.Storage
name: Storage
href: OpenQA.Selenium.DevTools.V134.Storage.html
- uid: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheName*
commentId: Overload:OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheName
href: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.html#OpenQA_Selenium_DevTools_V134_CacheStorage_Cache_CacheName
name: CacheName
nameWithType: Cache.CacheName
fullName: OpenQA.Selenium.DevTools.V134.CacheStorage.Cache.CacheName