Table of Contents

Class HarTimings

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

Constructors

HarTimings(ExchangeInfo, ConnectionInfo?)

public HarTimings(ExchangeInfo exchangeInfo, ConnectionInfo? connectionInfo)

Parameters

exchangeInfo ExchangeInfo
connectionInfo ConnectionInfo

Properties

Blocked

public double Blocked { get; }

Property Value

double

Comment

public string? Comment { get; set; }

Property Value

string

Connect

public double Connect { get; }

Property Value

double

Dns

public double Dns { get; }

Property Value

double

Receive

public double Receive { get; }

Property Value

double

Send

public double Send { get; }

Property Value

double

Ssl

public double Ssl { get; }

Property Value

double

Wait

public double Wait { get; }

Property Value

double