Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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