Compartilhar via


Propriedade WebTestRequestStatistics.ContentLength

Obtém ou define o comprimento da resposta.

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

Sintaxe

'Declaração
Public Property ContentLength As Long
    Get
    Friend Set
public long ContentLength { get; internal set; }
public:
property long long ContentLength {
    long long get ();
    internal: void set (long long value);
}
member ContentLength : int64 with get, internal set
function get ContentLength () : long
internal function set ContentLength (value : long)

Valor de propriedade

Tipo: System.Int64
O comprimento da resposta.Isso é medido em bytes.

Segurança do .NET Framework

Consulte também

Referência

WebTestRequestStatistics Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting