The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IHttpBody Interface
Provides a common interface for accessing an HTTP body.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ContentType | Gets a value that represents the content-type of the body. |
| Name | Description | |
|---|---|---|
![]() | Clone() | (Inherited from ICloneable.) |
![]() | WriteHttpBody(WebTestRequest^, Stream^) | Creates a stream that contains the HTTP body. |
IHttpBody provides access to the HTTP body through the WriteHttpBody method.
Show:

