Table of Contents

Class ExchangeContextInfo

Namespace
Fluxzy.Formatters
Assembly
Fluxzy.Core.dll
public class ExchangeContextInfo
Inheritance
ExchangeContextInfo
Inherited Members

Constructors

ExchangeContextInfo(string?, long?, bool)

public ExchangeContextInfo(string? responseBodyText, long? responseBodyLength, bool isTextContent)

Parameters

responseBodyText string
responseBodyLength long?
isTextContent bool

Properties

IsTextContent

public bool IsTextContent { get; set; }

Property Value

bool

ResponseBodyLength

public long? ResponseBodyLength { get; }

Property Value

long?

ResponseBodyText

public string? ResponseBodyText { get; }

Property Value

string