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 名前空間