Table of Contents

Class HarCookie

Namespace
Fluxzy.Archiving.Har
Assembly
Fluxzy.Core.dll
public class HarCookie
Inheritance
HarCookie
Inherited Members

Constructors

HarCookie(RequestCookie)

public HarCookie(RequestCookie requestCookie)

Parameters

requestCookie RequestCookie

HarCookie(SetCookieItem)

public HarCookie(SetCookieItem cookieItem)

Parameters

cookieItem SetCookieItem

HarCookie(string, string)

[JsonConstructor]
public HarCookie(string name, string value)

Parameters

name string
value string

Properties

Comment

public string? Comment { get; set; }

Property Value

string

Domain

public string? Domain { get; set; }

Property Value

string

Expires

public DateTime? Expires { get; set; }

Property Value

DateTime?

HttpOnly

public bool? HttpOnly { get; set; }

Property Value

bool?

Name

public string Name { get; set; }

Property Value

string

Path

public string? Path { get; set; }

Property Value

string

Secure

public bool? Secure { get; set; }

Property Value

bool?

Value

public string Value { get; set; }

Property Value

string