Table of Contents

Class HarEntryRequest

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

Constructors

HarEntryRequest(ProducerContext, HttpArchiveSavingSetting)

public HarEntryRequest(ProducerContext producerContext, HttpArchiveSavingSetting savingSetting)

Parameters

producerContext ProducerContext
savingSetting HttpArchiveSavingSetting

Properties

BodySize

public long BodySize { get; }

Property Value

long

Comment

public string? Comment { get; }

Property Value

string

Cookies

public List<HarCookie> Cookies { get; }

Property Value

List<HarCookie>

HeaderSize

public int HeaderSize { get; }

Property Value

int

Headers

public List<HarHeader> Headers { get; }

Property Value

List<HarHeader>

HttpVersion

public string HttpVersion { get; }

Property Value

string

Method

public string Method { get; }

Property Value

string

PostData

public HarPostData PostData { get; }

Property Value

HarPostData

QueryString

public List<HarQueryString> QueryString { get; }

Property Value

List<HarQueryString>

Url

public string Url { get; }

Property Value

string