Class FuzzRunResult

Namespace
Kuestenlogik.Bowire.Security
Assembly
Kuestenlogik.Bowire.dll

Aggregate result of one fuzz run.

public sealed class FuzzRunResult
Inheritance
FuzzRunResult
Inherited Members

Constructors

FuzzRunResult()

public FuzzRunResult()

Properties

BaselineBodySize

public int? BaselineBodySize { get; init; }

Property Value

int?

BaselineLatencyMs

public int? BaselineLatencyMs { get; init; }

Property Value

int?

BaselineStatus

public int? BaselineStatus { get; init; }

Property Value

int?

ErrorMessage

public string? ErrorMessage { get; init; }

Property Value

string

Rows

public IReadOnlyList<FuzzResultRow> Rows { get; init; }

Property Value

IReadOnlyList<FuzzResultRow>