Table of Contents

Class RequestSetupStepModel

Namespace
Fluxzy.Core.Breakpoints
Assembly
Fluxzy.Core.dll
public class RequestSetupStepModel : IBreakPointAlterationModel, IValidatableObject
Inheritance
RequestSetupStepModel
Implements
Inherited Members

Properties

BodyLength

public long BodyLength { get; set; }

Property Value

long

ContentBody

public string? ContentBody { get; set; }

Property Value

string

ContentType

public string? ContentType { get; set; }

Property Value

string

Done

public bool Done { get; }

Property Value

bool

FileName

public string? FileName { get; set; }

Property Value

string

FlatHeader

public string? FlatHeader { get; set; }

Property Value

string

FromFile

public bool FromFile { get; set; }

Property Value

bool

Methods

Alter(Exchange)

public ValueTask Alter(Exchange exchange)

Parameters

exchange Exchange

Returns

ValueTask

Init(Exchange)

public ValueTask Init(Exchange exchange)

Parameters

exchange Exchange

Returns

ValueTask

Validate(ValidationContext)

Determines whether the specified object is valid.

public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)

Parameters

validationContext ValidationContext

The validation context.

Returns

IEnumerable<ValidationResult>

A collection that holds failed-validation information.