Condividi tramite


Proprietà WebTestRequestStatistics.ContentLength

Ottiene o imposta la lunghezza della risposta.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

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

Valore proprietà

Tipo: System.Int64
La lunghezza della risposta.Si tratta di misurata in byte.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestRequestStatistics Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting