- Namespace
- OpenQA.Selenium.BiDi.Modules.Network
- Assembly
- WebDriver.dll
public record SetCookieHeader : IEquatable<SetCookieHeader>
- Inheritance
-
SetCookieHeader
- Implements
-
- Inherited Members
-
Constructors
public SetCookieHeader(string Name, BytesValue Value)
Parameters
Name
string
Value
BytesValue
Properties
Domain
public string? Domain { get; set; }
Property Value
- string
public string? Expiry { get; set; }
Property Value
- string
public bool? HttpOnly { get; set; }
Property Value
- bool?
public long? MaxAge { get; set; }
Property Value
- long?
public string Name { get; init; }
Property Value
- string
public string? Path { get; set; }
Property Value
- string
public SameSite? SameSite { get; set; }
Property Value
- SameSite?
public bool? Secure { get; set; }
Property Value
- bool?
public BytesValue Value { get; init; }
Property Value
- BytesValue