Table of Contents

Interface ICookie

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.Abstractions.dll
public interface ICookie

Properties

Domain

string? Domain { get; set; }

Property Value

string

Expires

DateTimeOffset? Expires { get; set; }

Property Value

DateTimeOffset?

HttpOnly

bool HttpOnly { get; set; }

Property Value

bool

IsEssential

bool IsEssential { get; set; }

Property Value

bool

MaxAge

TimeSpan? MaxAge { get; set; }

Property Value

TimeSpan?

Path

string? Path { get; set; }

Property Value

string

SameSite

string? SameSite { get; set; }

Property Value

string

Secure

bool Secure { get; set; }

Property Value

bool

Value

string? Value { get; set; }

Property Value

string