Partager via


WebTestResponse.ContentLength, propriété

Obtient la longueur du contenu qui est retourné par la demande.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int64
Nombre d'octets retournés par la demande.La longueur de contenu n'inclut pas d'informations d'en-tête.

Exceptions

Exception Condition
ObjectDisposedException

L'instance actuelle a été supprimée.

Notes

La propriété ContentLength contient la valeur de l'en-tête Content-Length retourné avec la réponse. Si l'en-tête Content-Length n'est pas défini dans la réponse, ContentLength a la valeur -1.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResponse Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms

Autres ressources

HTTP