Sdílet prostřednictvím


WebTestRequestStatistics.ContentLength – vlastnost

Získá nebo nastaví délku odpověď.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Int64
Délka odpověď.Tato hodnota je udávána v bajtech.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestRequestStatistics Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů