Table of Contents

Class HarReadResponse

Namespace
Fluxzy.Readers
Assembly
Fluxzy.Core.dll
public class HarReadResponse
Inheritance
HarReadResponse
Inherited Members

Properties

BodySize

public int BodySize { get; set; }

Property Value

int

Content

public HarReadResponseContent Content { get; set; }

Property Value

HarReadResponseContent

EffectiveBodySize

[JsonIgnore]
public int EffectiveBodySize { get; }

Property Value

int

EffectiveHeaderSize

[JsonIgnore]
public int EffectiveHeaderSize { get; }

Property Value

int

HeaderSize

public int HeaderSize { get; set; }

Property Value

int

Headers

public List<HarReadHeader> Headers { get; set; }

Property Value

List<HarReadHeader>

Status

public int Status { get; set; }

Property Value

int

StatusText

public string? StatusText { get; set; }

Property Value

string