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
Properties
IsTextContent
public bool IsTextContent { get; set; }
Property Value
ResponseBodyLength
public long? ResponseBodyLength { get; }
Property Value
- long?
ResponseBodyText
public string? ResponseBodyText { get; }