WebTestResponse.BodyBytes 属性

获取 HTTP 响应正文的原始字节。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
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[])

属性值

类型:array<Byte[]
表示 HTTP 响应正文的字节数组。

备注

BodyBytes 中不包括标头。

.NET Framework 安全性

请参阅

参考

WebTestResponse 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间