Compartir a través de


PostRequestEventArgs.ResponseExists (Propiedad)

Obtiene un valor que indica si existe una respuesta.

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

Sintaxis

'Declaración
Public ReadOnly Property ResponseExists As Boolean
public bool ResponseExists { get; }
public:
property bool ResponseExists {
    bool get ();
}
member ResponseExists : bool with get
function get ResponseExists () : boolean

Valor de propiedad

Tipo: System.Boolean
true si existe una respuesta; de lo contrario, false.

Comentarios

Puede ser false si la solicitud se almacena en memoria caché o si se produce una excepción al enviar la solicitud.

Seguridad de .NET Framework

Vea también

Referencia

PostRequestEventArgs Clase

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