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
titlestringcontentLengthlongcompressionstringcontentTypestringbodyTextstringpreferredFileNamestring
Properties
BodyText
public string? BodyText { get; }
Property Value
Compression
public string Compression { get; }
Property Value
ContentLength
public long ContentLength { get; }
Property Value
ContentType
public string? ContentType { get; }
Property Value
PreferredFileName
public string PreferredFileName { get; }