Table of Contents

Class RequestBodyAnalysisResult

Namespace
Fluxzy.Formatters.Producers.Requests
Assembly
Fluxzy.Core.dll
public class RequestBodyAnalysisResult : FormattingResult
Inheritance
RequestBodyAnalysisResult
Inherited Members

Constructors

RequestBodyAnalysisResult(string, long, string, string?)

public RequestBodyAnalysisResult(string title, long bodyLength, string preferredFileName, string? contentType)

Parameters

title string
bodyLength long
preferredFileName string
contentType string

Properties

BodyLength

public long BodyLength { get; }

Property Value

long

ContentType

public string? ContentType { get; }

Property Value

string

PreferredFileName

public string PreferredFileName { get; }

Property Value

string