Compartir a través de


WebTestPageStatistics.TotalContentLength (Propiedad)

Obtiene la longitud total del contenido de todas las respuestas de la página, incluidas las redirecciones y las respuestas dependientes.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Int64
Longitud total del contenido de todas las respuestas de la página.

Seguridad de .NET Framework

Vea también

Referencia

WebTestPageStatistics Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)