Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property WebTestRequestStatistics^ Statistics {
	WebTestRequestStatistics^ get();
	internal: void set(WebTestRequestStatistics^ value);
}

This allows for detailed analysis of the performance of the request.

Return to top
Show: