Udostępnij za pośrednictwem


Właściwość WebTestResponse.ContentLength —

Pobiera długość zawartości jest zwracane przez żądanie.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.Int64
Liczba bajtów zwracanych przez żądanie.Długość zawartości nie obejmuje informacji nagłówka.

Wyjątki

Wyjątek Warunek
ObjectDisposedException

Bieżące wystąpienie zostało usunięte.

Uwagi

ContentLength Właściwość zawiera wartość nagłówek Content-Length zwracane z odpowiedzią.Jeśli nagłówek Content-Length nie jest ustawiona w odpowiedzi, ContentLength jest ustawiona na wartość -1.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestResponse Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting

Inne zasoby

HTTP