Table of Contents

Class HarPostData

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

Constructors

HarPostData(ProducerContext, HttpArchiveSavingSetting)

public HarPostData(ProducerContext producerContext, HttpArchiveSavingSetting savingSetting)

Parameters

producerContext ProducerContext
savingSetting HttpArchiveSavingSetting

Properties

Comment

public string? Comment { get; set; }

Property Value

string

IsBase64

[JsonIgnore]
public bool IsBase64 { get; set; }

Property Value

bool

MimeType

public string? MimeType { get; }

Property Value

string

Params

public List<HarParams> Params { get; set; }

Property Value

List<HarParams>

Text

public string Text { get; }

Property Value

string