WebTestRequestStatistics Class
Used to track key information that is gathered when the request is run.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebTestRequestStatistics
'Usage
Dim instance As WebTestRequestStatistics
[SerializableAttribute]
public class WebTestRequestStatistics
[SerializableAttribute]
public ref class WebTestRequestStatistics
public class WebTestRequestStatistics
Remarks
This allows for detailed analysis of the performance of the request. This class is serializable.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestStatistics
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
WebTestRequestStatistics Members
Microsoft.VisualStudio.TestTools.WebTesting Namespace