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.

WebTestPageStatistics::TotalContentLength Property

 

Gets the total content length of all responses for the page, including redirects and dependents.

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

public:
property long long TotalContentLength {
	long long get();
	internal: void set(long long value);
}

Property Value

Type: System::Int64

The total content length of all the responses for the page.

Return to top
Show: