HttpTrafficEvent Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Messaging.HttpHttpTrafficEvent

Namespace:  ArtOfTest.WebAii.Messaging.Http
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

[SerializableAttribute]
public class HttpTrafficEvent : IComparable

The HttpTrafficEvent type exposes the following members.

Constructors

  NameDescription
Public methodHttpTrafficEvent
Initializes a new instance of the HttpTrafficEvent class
Top
Methods

  NameDescription
Public methodStatic memberCalculateErrorCount
Public methodStatic memberCalculateTotalHttpTime
For a given step, calculate the amount of time where a webserver was actively working on a response
Public methodStatic memberCalculateTotalReceivedDataSize
Public methodCompareTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public field_bytesReceivedBody
Public field_bytesReceivedHeader
Public field_bytesSentBody
Public field_bytesSentHeader
Public field_clientBeginRequest
Public field_clientBeginResponse
Public field_clientConnected
Public field_clientDoneRequest
Public field_clientDoneResponse
Public field_connectingTime
Public field_dnsTime
Public field_lHttpResponseCode
Public field_serverBeginResponse
Public field_serverConnected
Public field_serverDoneResponse
Public field_serverGotRequest
Public field_strHttpResponseCodeString
Public field_strMethod
Public field_strRequest
Public field_strResponseContentType
Public field_strSuggestedFileName
Top
See Also

Reference