IHttpBody, interface
Mise à jour : novembre 2007
Fournit une interface commune pour accéder à un corps HTTP.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
Public Interface IHttpBody _
Implements ICloneable
Dim instance As IHttpBody
public interface IHttpBody : ICloneable
public interface class IHttpBody : ICloneable
public interface IHttpBody extends ICloneable
Notes
IHttpBody permet d'accéder au corps HTTP par l'intermédiaire de la méthode WriteHttpBody.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.WebTesting, espace de noms