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.
BinaryHttpBody Class
Represents an HTTP body that contains binary data.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | BinaryHttpBody() | Initializes a new instance of the BinaryHttpBody class. |
| Name | Description | |
|---|---|---|
![]() | ContentType | Gets or sets the content type of this data. |
![]() | Data | Gets or sets the binary data. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Makes a copy of the HTTP request object that will be sent to a Web server. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WriteHttpBody(WebTestRequest^, Stream^) | Writes the binary data to the specified stream. |
IHttpBody provides access to the HTTP body through the WriteHttpBody method.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


