Class SetCookieCommandResponse
Response for SetCookie
public sealed class SetCookieCommandResponse : ICommandResponse<SetCookieCommandSettings>, ICommandResponse
- Inheritance
-
SetCookieCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Success
Gets or sets the success
[JsonPropertyName("success")]
public bool Success { get; set; }