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
public long TotalContentLength { get; internal set; }
public:
property long long TotalContentLength {
    long long get ();
    internal: void set (long long value);
}
member TotalContentLength : int64 with get, internal set
function get TotalContentLength () : long
internal 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

Microsoft.VisualStudio.TestTools.WebTesting Namespace