Table of Contents

Class HarEntry

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

Constructors

HarEntry(ExchangeInfo, ConnectionInfo?, IArchiveReader, HttpArchiveSavingSetting)

public HarEntry(ExchangeInfo exchangeInfo, ConnectionInfo? connectionInfo, IArchiveReader archiveReader, HttpArchiveSavingSetting savingSetting)

Parameters

exchangeInfo ExchangeInfo
connectionInfo ConnectionInfo
archiveReader IArchiveReader
savingSetting HttpArchiveSavingSetting

Properties

Cache

public HarCache? Cache { get; set; }

Property Value

HarCache

Comment

public string? Comment { get; set; }

Property Value

string

Connection

public string? Connection { get; }

Property Value

string

ExchangeId

[JsonPropertyName("_exchangeId")]
public int ExchangeId { get; }

Property Value

int

Request

public HarEntryRequest Request { get; }

Property Value

HarEntryRequest

Response

public HarEntryResponse Response { get; }

Property Value

HarEntryResponse

ServerIpAddress

public string? ServerIpAddress { get; }

Property Value

string

StartDateTime

public DateTime StartDateTime { get; set; }

Property Value

DateTime

Time

public int Time { get; }

Property Value

int

Timings

public HarTimings Timings { get; }

Property Value

HarTimings