Partager via


WebTestResponse.BodyBytes, propriété

Obtient les octets bruts du corps de réponse HTTP.

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

Syntaxe

'Déclaration
Public Property BodyBytes As Byte()
    Get
    Set
public byte[] BodyBytes { get; set; }
public:
property array<unsigned char>^ BodyBytes {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member BodyBytes : byte[] with get, set
function get BodyBytes () : byte[]
function set BodyBytes (value : byte[])

Valeur de propriété

Type : array<System.Byte[]
Tableau d'octets représentant le corps de réponse HTTP.

Notes

Les en-têtes ne sont pas inclus dans BodyBytes.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResponse Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms