共用方式為


IHttpBody 介面

更新:2007 年 11 月

提供用來存取 HTTP 內容的通用介面。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

Public Interface IHttpBody _
    Implements ICloneable

Dim instance As IHttpBody
public interface IHttpBody : ICloneable
public interface class IHttpBody : ICloneable
public interface IHttpBody extends ICloneable

備註

IHttpBody 會透過 WriteHttpBody 方法,提供 HTTP 內容的存取權限。

請參閱

參考

IHttpBody 成員

Microsoft.VisualStudio.TestTools.WebTesting 命名空間

其他資源

使用 Web 測試