Compartilhar via


Evento WebTestRequest.ValidateResponse

Ocorre imediatamente após a resposta é recebida.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Event ValidateResponse As EventHandler(Of ValidationEventArgs)
public event EventHandler<ValidationEventArgs> ValidateResponse
public:
 event EventHandler<ValidationEventArgs^>^ ValidateResponse {
    void add (EventHandler<ValidationEventArgs^>^ value);
    void remove (EventHandler<ValidationEventArgs^>^ value);
}
member ValidateResponse : IEvent<EventHandler<ValidationEventArgs>,
    ValidationEventArgs>
O JScript não oferece suporte a eventos.

Comentários

Usado para certificar-se de que a resposta era válida.

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting