Condividi tramite


Proprietà WebTestResponse.ContentLength

Ottiene la lunghezza del contenuto restituito dalla richiesta.

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
Numero di byte restituito dalla richiesta.La lunghezza del contenuto non include le informazioni dell'intestazione.

Eccezioni

Eccezione Condizione
ObjectDisposedException

L'istanza corrente è stata eliminata.

Note

La proprietà ContentLength contiene il valore dell'intestazione Content-Length restituita con la risposta.Se l'intestazione Content-Length non viene impostata nella risposta, ContentLength verrà impostata sul valore -1.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResponse Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting

Altre risorse

HTTP