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)

Syntax

'Declaration
Public Property TotalContentLength As Long
'Usage
Dim instance As WebTestPageStatistics 
Dim value As Long 

value = instance.TotalContentLength

instance.TotalContentLength = value
public long TotalContentLength { get; internal set; }
public:
property long long TotalContentLength {
    long long get ();
    void set (long long value);
}
public function get TotalContentLength () : long 
public function set TotalContentLength (value : long)

Property Value

Type: System.Int64
The total content length of all the responses for the page.

.NET Framework Security

See Also

Reference

WebTestPageStatistics Class

WebTestPageStatistics Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace