Class HttpTrafficEventViewModel
Inheritance
System.Object
HttpTrafficEventViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class HttpTrafficEventViewModel : ViewModelBase<HttpTrafficEventViewModel>
Constructors
HttpTrafficEventViewModel(PerformanceProfileViewModel, HttpTrafficEvent)
Declaration
public HttpTrafficEventViewModel(PerformanceProfileViewModel profileViewModel, HttpTrafficEvent trafficEvent)
Parameters
PerformanceProfileViewModel
profileViewModel
|
HttpTrafficEvent
trafficEvent
|
Properties
BeginResponseOccurenceRatio
Declaration
public double BeginResponseOccurenceRatio { get; }
Property Value
System.Double
|
BytesReceived
Declaration
public long BytesReceived { get; }
Property Value
System.Int64
|
BytesSent
Declaration
public long BytesSent { get; }
Property Value
System.Int64
|
ConnectingTime
Declaration
public TimeSpan ConnectingTime { get; }
Property Value
System.TimeSpan
|
DNSTime
Declaration
public TimeSpan DNSTime { get; }
Property Value
System.TimeSpan
|
GotRequestOccurenceRatio
Declaration
public double GotRequestOccurenceRatio { get; }
Property Value
System.Double
|
HttpResponseCode
Declaration
public long HttpResponseCode { get; }
Property Value
System.Int64
|
HttpResponseCodeString
Declaration
public string HttpResponseCodeString { get; }
Property Value
System.String
|
HttpTrafficEvent
Method
Declaration
public string Method { get; }
Property Value
System.String
|
ProfileViewModel
Declaration
public PerformanceProfileViewModel ProfileViewModel { get; set; }
Property Value
PerformanceProfileViewModel
|
ReceivingTime
Declaration
public TimeSpan ReceivingTime { get; }
Property Value
System.TimeSpan
|
Request
Declaration
public string Request { get; }
Property Value
System.String
|
ResponseContentType
Declaration
public IList ResponseContentType { get; }
Property Value
System.Collections.IList
|
SendingTime
Declaration
public TimeSpan SendingTime { get; }
Property Value
System.TimeSpan
|
ServerDoneResponseOccurenceRatio
Declaration
public double ServerDoneResponseOccurenceRatio { get; }
Property Value
System.Double
|
SuggestedFileName
Declaration
public string SuggestedFileName { get; }
Property Value
System.String
|
TimeSinceTestStart
Declaration
public TimeSpan TimeSinceTestStart { get; }
Property Value
System.TimeSpan
|
TotalTime
Declaration
public TimeSpan TotalTime { get; }
Property Value
System.TimeSpan
|
TotalTimeRatio
Declaration
public double TotalTimeRatio { get; }
Property Value
System.Double
|
WaitingTime
Declaration
public TimeSpan WaitingTime { get; }
Property Value
System.TimeSpan
|