IHttpBody Interface
Provides a common interface for accessing an HTTP body.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Interface IHttpBody _
Inherits ICloneable
'Usage
Dim instance As IHttpBody
public interface IHttpBody : ICloneable
public interface class IHttpBody : ICloneable
public interface IHttpBody extends ICloneable
Remarks
IHttpBody provides access to the HTTP body through the WriteHttpBody method.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace