Class GetCookiesCommandResponse
Response for GetCookies
public sealed class GetCookiesCommandResponse : ICommandResponse<GetCookiesCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetCookiesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Cookies
Gets or sets the cookies
[JsonPropertyName("cookies")]
public Cookie[] Cookies { get; set; }Property Value
- Cookie[]