Freigeben über


WebTestRequest.ContentLength-Eigenschaft

Ruft die Länge des Anforderungstexts (in Bytes) ab.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Eigenschaftswert

Typ: System.Int64

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestRequest Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace