Compartilhar via


Propriedade WebTestPageStatistics.TotalContentLength

Obtém o comprimento do conteúdo total de todas as respostas para a página, incluindo redirecionamentos e seus dependentes.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property TotalContentLength As Long
    Get
    Friend Set
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 propriedade

Tipo: System.Int64
O comprimento de conteúdo total de todas as respostas para a página.

Segurança do .NET Framework

Consulte também

Referência

WebTestPageStatistics Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting