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: Int64
The total content length of all the responses for the page.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.