Table of Contents

Class HarEntryResponse

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

Constructors

HarEntryResponse(ProducerContext, HttpArchiveSavingSetting)

public HarEntryResponse(ProducerContext producerContext, HttpArchiveSavingSetting saveSetting)

Parameters

producerContext ProducerContext
saveSetting HttpArchiveSavingSetting

Properties

BodySize

public long BodySize { get; }

Property Value

long

Comment

public string? Comment { get; set; }

Property Value

string

Content

public HarContent Content { get; }

Property Value

HarContent

Cookies

public List<HarCookie> Cookies { get; }

Property Value

List<HarCookie>

Headers

public List<HarHeader> Headers { get; }

Property Value

List<HarHeader>

HeadersSize

public int HeadersSize { get; }

Property Value

int

HttpVersion

public string? HttpVersion { get; }

Property Value

string

RedirectURL

public string? RedirectURL { get; }

Property Value

string

Status

public int Status { get; }

Property Value

int

StatusText

public string StatusText { get; }

Property Value

string