Sdílet prostřednictvím


WebTestRequest.ContentLength – vlastnost

Délka, získá v bajtech subjektu žádost.

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: System.Int64

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestRequest Třída

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