Class FuzzExecutorRequest

Namespace
Kuestenlogik.Bowire.Security
Assembly
Kuestenlogik.Bowire.dll
public sealed class FuzzExecutorRequest
Inheritance
FuzzExecutorRequest
Inherited Members

Constructors

FuzzExecutorRequest()

public FuzzExecutorRequest()

Properties

Body

public string Body { get; init; }

Property Value

string

Category

public string Category { get; init; }

Property Value

string

Field

public string Field { get; init; }

Property Value

string

Force

public bool Force { get; init; }

Property Value

bool

Headers

public IDictionary<string, string>? Headers { get; init; }

Property Value

IDictionary<string, string>

Http

public HttpClient? Http { get; init; }

Property Value

HttpClient

HttpPath

public string? HttpPath { get; init; }

Property Value

string

HttpVerb

public string? HttpVerb { get; init; }

Property Value

string

Target

public string Target { get; init; }

Property Value

string