Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Property Statistics As WebTestRequestStatistics
public WebTestRequestStatistics Statistics { get; internal set; }
public:
property WebTestRequestStatistics^ Statistics {
WebTestRequestStatistics^ get ();
internal: void set (WebTestRequestStatistics^ value);
}
member Statistics : WebTestRequestStatistics with get, internal set
function get Statistics () : WebTestRequestStatistics
internal function set Statistics (value : 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.