StringHttpBody Class
Represents an HTTP body in string form used for SOAP support.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class StringHttpBody _
Implements IHttpBody, ICloneable
'Usage
Dim instance As StringHttpBody
[SerializableAttribute]
public class StringHttpBody : IHttpBody,
ICloneable
[SerializableAttribute]
public ref class StringHttpBody : IHttpBody,
ICloneable
public class StringHttpBody implements IHttpBody, ICloneable
Remarks
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.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.StringHttpBody
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace