Class HarEntry  
  
  
    - Namespace
- Fluxzy.Archiving.Har
- Assembly
- Fluxzy.Core.dll
 
  
  
  
  
    - Inheritance
- 
      
      HarEntry 
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  HarEntry(ExchangeInfo, ConnectionInfo?, IArchiveReader, HttpArchiveSavingSetting)
  
  
  
  
  
    public HarEntry(ExchangeInfo exchangeInfo, ConnectionInfo? connectionInfo, IArchiveReader archiveReader, HttpArchiveSavingSetting savingSetting)
   
  Parameters
  
    - exchangeInfoExchangeInfo
- connectionInfoConnectionInfo
- archiveReaderIArchiveReader
- savingSettingHttpArchiveSavingSetting
Properties
  
  
  Cache
  
  
  
  
  
    public HarCache? Cache { get; set; }
   
  Property Value
  
    - HarCache
    public string? Comment { get; set; }
   
  Property Value
  
    - string
  Connection
  
  
  
  
  
    public string? Connection { get; }
   
  Property Value
  
    - string
  ExchangeId
  
  
  
  
  
    [JsonPropertyName("_exchangeId")]
public int ExchangeId { get; }
   
  Property Value
  
    - int
  Request
  
  
  
  
  
    public HarEntryRequest Request { get; }
   
  Property Value
  
    - HarEntryRequest
  Response
  
  
  
  
  
    public HarEntryResponse Response { get; }
   
  Property Value
  
    - HarEntryResponse
  ServerIpAddress
  
  
  
  
  
    public string? ServerIpAddress { get; }
   
  Property Value
  
    - string
  StartDateTime
  
  
  
  
  
    public DateTime StartDateTime { get; set; }
   
  Property Value
  
    - DateTime
  Time
  
  
  
  
  
  Property Value
  
    - int
  Timings
  
  
  
  
  
    public HarTimings Timings { get; }
   
  Property Value
  
    - HarTimings