IHttpBody-Schnittstelle
Aktualisiert: November 2007
Stellt eine allgemeine Schnittstelle zum Zugreifen auf einen HTTP-Text bereit.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
Public Interface IHttpBody _
Implements ICloneable
Dim instance As IHttpBody
public interface IHttpBody : ICloneable
public interface class IHttpBody : ICloneable
public interface IHttpBody extends ICloneable
Hinweise
IHttpBody stellt den Zugriff auf den HTTP-Text über die WriteHttpBody-Methode bereit.
Siehe auch
Referenz
Microsoft.VisualStudio.TestTools.WebTesting-Namespace