共用方式為


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