Class SetCookieItem
- Namespace
- Fluxzy.Formatters.Producers.Responses
- Assembly
- Fluxzy.Core.dll
public class SetCookieItem
- Inheritance
-
SetCookieItem
- Inherited Members
-
Constructors
public SetCookieItem(string name, string value)
Parameters
name
string
value
string
Properties
Domain
public string? Domain { get; }
Property Value
- string
public DateTime Expired { get; }
Property Value
- DateTime
public bool HttpOnly { get; }
Property Value
- bool
public int? MaxAge { get; }
Property Value
- int?
public string Name { get; }
Property Value
- string
public string? Path { get; }
Property Value
- string
public string? SameSite { get; }
Property Value
- string
public bool Secure { get; }
Property Value
- bool
public string Value { get; }
Property Value
- string
Methods
public static bool TryParse(string rawLine, out SetCookieItem? result)
Parameters
rawLine
string
result
SetCookieItem
Returns
- bool