Table of Contents

Class ExchangeMetricInfo

Namespace
Fluxzy.Formatters.Metrics
Assembly
Fluxzy.Core.dll
public class ExchangeMetricInfo
Inheritance
ExchangeMetricInfo
Inherited Members

Constructors

ExchangeMetricInfo(int, ExchangeMetrics, ConnectionInfo?)

public ExchangeMetricInfo(int exchangeId, ExchangeMetrics rawMetrics, ConnectionInfo? connectionInfo)

Parameters

exchangeId int
rawMetrics ExchangeMetrics
connectionInfo ConnectionInfo

Properties

Available

public bool Available { get; }

Property Value

bool

Dns

public int? Dns { get; }

Property Value

int?

ExchangeId

public int ExchangeId { get; }

Property Value

int

OverAllDuration

public int? OverAllDuration { get; }

Property Value

int?

Queued

Delay until having a connection to the proxy

public int? Queued { get; }

Property Value

int?

RawMetrics

public ExchangeMetrics RawMetrics { get; }

Property Value

ExchangeMetrics

ReceivingBody

public int? ReceivingBody { get; }

Property Value

int?

ReceivingHeader

public int? ReceivingHeader { get; }

Property Value

int?

RequestBody

public int? RequestBody { get; }

Property Value

int?

RequestHeader

public int? RequestHeader { get; }

Property Value

int?

SslHandShake

public int? SslHandShake { get; }

Property Value

int?

TcpHandShake

public int? TcpHandShake { get; }

Property Value

int?

Waiting

public int? Waiting { get; }

Property Value

int?