IHttpBody 接口

提供访问 HTTP 正文的公共界面。

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

语法

声明
Public Interface IHttpBody _
    Inherits ICloneable
public interface IHttpBody : ICloneable
public interface class IHttpBody : ICloneable
type IHttpBody =  
    interface
        interface ICloneable
    end
public interface IHttpBody extends ICloneable

IHttpBody 类型公开以下成员。

属性

  名称 说明
公共属性 ContentType 获取一个表示正文内容类型的值。

页首

方法

  名称 说明
公共方法 Clone 创建作为当前实例副本的新对象。 (继承自 ICloneable。)
公共方法 WriteHttpBody 创建一个包含 HTTP 正文的流。

页首

备注

IHttpBody 通过 WriteHttpBody 方法提供对 HTTP 正文的访问。

请参见

参考

Microsoft.VisualStudio.TestTools.WebTesting 命名空间

其他资源

Working with Web Tests