Class SetCookiesCommandSettings
Sets given cookies.
public sealed class SetCookiesCommandSettings : ICommand
- Inheritance
-
SetCookiesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Cookies
Cookies to be set.
[JsonPropertyName("cookies")]
public CookieParam[] Cookies { get; set; }