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