ClassHttpTrafficEvent
Class
Definition
Namespace:ArtOfTest.WebAii.Messaging.Http
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HttpTrafficEvent : IComparable
Inheritance: objectHttpTrafficEvent
Implements:
Constructors
HttpTrafficEvent()
Declaration
cs-api-definition
public HttpTrafficEvent()
Fields
Methods
CalculateErrorCount(IEnumerable<HttpTrafficEvent>, DateTime, DateTime)
Declaration
cs-api-definition
public static int CalculateErrorCount(IEnumerable<HttpTrafficEvent> trafficData, DateTime stepStart, DateTime stepEnd)
Parameters
trafficData
stepStart
stepEnd
Returns
CalculateTotalHttpTime(IEnumerable<HttpTrafficEvent>, DateTime, DateTime)
For a given step, calculate the amount of time where a webserver was actively working on a response
Declaration
cs-api-definition
public static TimeSpan CalculateTotalHttpTime(IEnumerable<HttpTrafficEvent> trafficData, DateTime stepStart, DateTime stepEnd)
Parameters
trafficData
stepStart
stepEnd
Returns
CalculateTotalReceivedDataSize(IEnumerable<HttpTrafficEvent>, DateTime, DateTime)
Declaration
cs-api-definition
public static ulong CalculateTotalReceivedDataSize(IEnumerable<HttpTrafficEvent> trafficData, DateTime stepStart, DateTime stepEnd)
Parameters
trafficData
stepStart
stepEnd
Returns