WebTestRequestStatistics Class
Used to track key information that is gathered when the request is run.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ContentLength | Gets or sets the length of the response. |
![]() | MillisecondsToFirstByte | Gets the number of milliseconds elapsed between StartTime and TimeOfFirstByte. |
![]() | MillisecondsToLastByte | Gets the number of milliseconds elapsed between StartTime and TimeOfLastByte. |
![]() | StartTime | Gets or sets the time the request was sent to the server. |
![]() | TimeOfFirstByte | Gets or sets the time the first byte of the response was received. |
![]() | TimeOfLastByte | Gets or sets the time the last byte of the response was received. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This allows for detailed analysis of the performance of the request. This class is serializable.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


