WebTestRequestStatistics.ContentLength (Propiedad)

Obtiene o establece la longitud de la respuesta.

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

Sintaxis

'Declaración
Public Property ContentLength As Long
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 propiedad

Tipo: System.Int64
Longitud de la respuesta.Se mide en bytes.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRequestStatistics Clase

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