Partager via


WebTestRequestStatistics.ContentLength, propriété

Obtient ou définit la longueur de la réponse.

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
Longueur de la réponse.Celle-ci est mesurée en octets.

Sécurité .NET Framework

Voir aussi

Référence

WebTestRequestStatistics Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms