StringHttpBody Class
Represents an HTTP body in string form used for SOAP support.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | StringHttpBody() | Initializes a new instance of the StringHttpBody class. |
| Name | Description | |
|---|---|---|
![]() | BodyString | Gets or sets the string that contains the HTTP body contents. |
![]() | ContentType | Gets a value representing the content-type of the body. |
![]() | InsertByteOrderMark |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a shallow copy of the StringHttpBody object. |
![]() | 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^) | Creates a stream that contains the HTTP body. |
This is for basic SOAP support. This class is serializable. For a list of initial property values for an instance of StringHttpBody class, see the StringHttpBody constructor.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


