Class HarReadEntry
- Namespace
- Fluxzy.Readers
- Assembly
- Fluxzy.Core.dll
public class HarReadEntry
- Inheritance
-
HarReadEntry
- Inherited Members
-
Properties
Connection
public string? Connection { get; set; }
Property Value
- string
Request
public HarReadRequest? Request { get; set; }
Property Value
- HarReadRequest
Response
public HarReadResponse? Response { get; set; }
Property Value
- HarReadResponse
ServerIPAddress
public string? ServerIPAddress { get; set; }
Property Value
- string
StartDateTime
public DateTime StartDateTime { get; set; }
Property Value
- DateTime
Timings
public HarReadTiming? Timings { get; set; }
Property Value
- HarReadTiming