Freigeben über


WebTestResponse.BodyBytes-Eigenschaft

Ruft die unformatierten Bytes des HTTP-Antworttexts ab.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property BodyBytes As Byte()
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[])

Eigenschaftswert

Typ: array<System.Byte[]
Ein Bytearray, das den HTTP-Antworttext darstellt.

Hinweise

Die Header sind in BodyBytes nicht enthalten.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResponse Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace