The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResponse::Statistics Property
Gets detailed information gathered during the execution of the request.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property WebTestRequestStatistics^ Statistics { WebTestRequestStatistics^ get(); internal: void set(WebTestRequestStatistics^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequestStatistics^A WebTestRequestStatistics object.
This allows for detailed analysis of the performance of the request.
Show: