Compartir a través de


IHttpBody (Interfaz)

Proporciona una interfaz común para obtener acceso a un cuerpo HTTP.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Interface IHttpBody _
    Inherits ICloneable
public interface IHttpBody : ICloneable
public interface class IHttpBody : ICloneable
type IHttpBody =  
    interface
        interface ICloneable
    end
public interface IHttpBody extends ICloneable

El tipo IHttpBody expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ContentType Obtiene un valor que representa el tipo de contenido del cuerpo.

Arriba

Métodos

  Nombre Descripción
Método público Clone Crea un nuevo objeto copiado de la instancia actual. (Se hereda de ICloneable).
Método público WriteHttpBody Crea una secuencia que contiene el cuerpo HTTP.

Arriba

Comentarios

IHttpBody proporciona acceso al cuerpo HTTP por medio del método WriteHttpBody.

Vea también

Referencia

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)

Otros recursos

Working with Web Tests