Table of Contents

Class ResponseBodySummaryResult

Namespace
Fluxzy.Formatters.Producers.Responses
Assembly
Fluxzy.Core.dll
public class ResponseBodySummaryResult : FormattingResult
Inheritance
ResponseBodySummaryResult
Inherited Members

Constructors

ResponseBodySummaryResult(string, long, string, string?, string?, string)

public ResponseBodySummaryResult(string title, long contentLength, string compression, string? contentType, string? bodyText, string preferredFileName)

Parameters

title string
contentLength long
compression string
contentType string
bodyText string
preferredFileName string

Properties

BodyText

public string? BodyText { get; }

Property Value

string

Compression

public string Compression { get; }

Property Value

string

ContentLength

public long ContentLength { get; }

Property Value

long

ContentType

public string? ContentType { get; }

Property Value

string

PreferredFileName

public string PreferredFileName { get; }

Property Value

string