WebTestResponse.Statistics Property
Gets detailed information gathered during the execution of the request.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Statistics As WebTestRequestStatistics
'Usage
Dim instance As WebTestResponse
Dim value As WebTestRequestStatistics
value = instance.Statistics
public WebTestRequestStatistics Statistics { get; }
public:
property WebTestRequestStatistics^ Statistics {
WebTestRequestStatistics^ get ();
}
public function get Statistics () : WebTestRequestStatistics
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestStatistics
A WebTestRequestStatistics object.
Remarks
This allows for detailed analysis of the performance of the request.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.