Class GetCookiesResult
public record GetCookiesResult : IReadOnlyList<Cookie>, IReadOnlyCollection<Cookie>, IEnumerable<Cookie>, IEnumerable, IEquatable<GetCookiesResult>
- Inheritance
-
GetCookiesResult
- Implements
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
this[int]
public Cookie this[int index] { get; }
Parameters
index
int
Property Value
PartitionKey
public PartitionKey PartitionKey { get; init; }
Property Value
Methods
GetEnumerator()
public IEnumerator<Cookie> GetEnumerator()