Condividi tramite


Proprietà PostRequestEventArgs.ResponseExists

Ottiene un valore che indica se esiste una risposta.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ResponseExists As Boolean
    Get
public bool ResponseExists { get; }
public:
property bool ResponseExists {
    bool get ();
}
member ResponseExists : bool
function get ResponseExists () : boolean

Valore proprietà

Tipo: System.Boolean
true se esiste una risposta; in caso contrario, false.

Note

Può essere false se la richiesta viene memorizzata nella cache o se si verifica un'eccezione quando viene inviata la richiesta.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PostRequestEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting