WebTestResponse 类

更新:2007 年 11 月

表示 HTTP 响应。

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

语法

声明
Public Class WebTestResponse
用法
Dim instance As WebTestResponse
public class WebTestResponse
public ref class WebTestResponse
public class WebTestResponse

备注

它封装 HttpWebResponse 提供的 HTTP 响应。许多 HTTP 功能都通过 WebTestResponse 属性公开。

继承层次结构

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

WebTestResponse 成员

Microsoft.VisualStudio.TestTools.WebTesting 命名空间

其他资源

使用 Web 测试

HTTP