skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class HttpTrafficEvent

Inheritance
System.Object
HttpTrafficEvent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Messaging.Http
Assembly: ArtOfTest.WebAii.dll

Syntax

public class HttpTrafficEvent : IComparable

Constructors

HttpTrafficEvent()

Declaration
public HttpTrafficEvent()

Fields

_bytesReceivedBody

Declaration
public long _bytesReceivedBody
Field Value
System.Int64

_bytesReceivedHeader

Declaration
public long _bytesReceivedHeader
Field Value
System.Int64

_bytesSentBody

Declaration
public long _bytesSentBody
Field Value
System.Int64

_bytesSentHeader

Declaration
public long _bytesSentHeader
Field Value
System.Int64

_clientBeginRequest

Declaration
public DateTime _clientBeginRequest
Field Value
System.DateTime

_clientBeginResponse

Declaration
public DateTime _clientBeginResponse
Field Value
System.DateTime

_clientConnected

Declaration
public DateTime _clientConnected
Field Value
System.DateTime

_clientDoneRequest

Declaration
public DateTime _clientDoneRequest
Field Value
System.DateTime

_clientDoneResponse

Declaration
public DateTime _clientDoneResponse
Field Value
System.DateTime

_connectingTime

Declaration
public TimeSpan _connectingTime
Field Value
System.TimeSpan

_dnsTime

Declaration
public TimeSpan _dnsTime
Field Value
System.TimeSpan

_lHttpResponseCode

Declaration
public long _lHttpResponseCode
Field Value
System.Int64

_serverBeginResponse

Declaration
public DateTime _serverBeginResponse
Field Value
System.DateTime

_serverConnected

Declaration
public DateTime _serverConnected
Field Value
System.DateTime

_serverDoneResponse

Declaration
public DateTime _serverDoneResponse
Field Value
System.DateTime

_serverGotRequest

Declaration
public DateTime _serverGotRequest
Field Value
System.DateTime

_strHttpResponseCodeString

Declaration
public string _strHttpResponseCodeString
Field Value
System.String

_strMethod

Declaration
public string _strMethod
Field Value
System.String

_strRequest

Declaration
public string _strRequest
Field Value
System.String

_strResponseContentType

Declaration
public string _strResponseContentType
Field Value
System.String

_strSuggestedFileName

Declaration
public string _strSuggestedFileName
Field Value
System.String

Methods

CalculateErrorCount(IEnumerable<HttpTrafficEvent>, DateTime, DateTime)

Declaration
public static int CalculateErrorCount(IEnumerable<HttpTrafficEvent> trafficData, DateTime stepStart, DateTime stepEnd)
Parameters
System.Collections.Generic.IEnumerable<HttpTrafficEvent> trafficData

System.DateTime stepStart

System.DateTime stepEnd

Returns
System.Int32

CalculateTotalHttpTime(IEnumerable<HttpTrafficEvent>, DateTime, DateTime)

Declaration
public static TimeSpan CalculateTotalHttpTime(IEnumerable<HttpTrafficEvent> trafficData, DateTime stepStart, DateTime stepEnd)
Parameters
System.Collections.Generic.IEnumerable<HttpTrafficEvent> trafficData

System.DateTime stepStart

System.DateTime stepEnd

Returns
System.TimeSpan

CalculateTotalReceivedDataSize(IEnumerable<HttpTrafficEvent>, DateTime, DateTime)

Declaration
public static ulong CalculateTotalReceivedDataSize(IEnumerable<HttpTrafficEvent> trafficData, DateTime stepStart, DateTime stepEnd)
Parameters
System.Collections.Generic.IEnumerable<HttpTrafficEvent> trafficData

System.DateTime stepStart

System.DateTime stepEnd

Returns
System.UInt64

CompareTo(Object)

Declaration
public int CompareTo(object obj)
Parameters
System.Object obj

Returns
System.Int32

Implements
System.IComparable.CompareTo(System.Object)
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.