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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

WebTestRequestStatistics Třída

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