Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.