Interfaccia IHttpBody
Aggiornamento: novembre 2007
Viene fornita un'interfaccia comune per l'accesso a un corpo HTTP.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
Public Interface IHttpBody _
Implements ICloneable
Dim instance As IHttpBody
public interface IHttpBody : ICloneable
public interface class IHttpBody : ICloneable
public interface IHttpBody extends ICloneable
Note
In IHttpBody viene fornito l'accesso al corpo HTTP tramite il metodo WriteHttpBody.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting