Table of Contents

Class HarContent

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

Constructors

HarContent(ProducerContext, HttpArchiveSavingSetting)

public HarContent(ProducerContext producerContext, HttpArchiveSavingSetting savingSetting)

Parameters

producerContext ProducerContext
savingSetting HttpArchiveSavingSetting

Properties

Comment

public string? Comment { get; set; }

Property Value

string

Compressing

public long Compressing { get; set; }

Property Value

long

Encoding

public string? Encoding { get; set; }

Property Value

string

MimeType

public string MimeType { get; set; }

Property Value

string

Size

public long Size { get; set; }

Property Value

long

Text

public string? Text { get; set; }

Property Value

string