Evento WebTestRequest.ValidateResponse
Ocorre imediatamente depois que a resposta é recebida.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
Public Event ValidateResponse As EventHandler(Of ValidationEventArgs)
Dim instance As WebTestRequest
Dim handler As EventHandler(Of ValidationEventArgs)
AddHandler instance.ValidateResponse, handler
public event EventHandler<ValidationEventArgs> ValidateResponse
public:
event EventHandler<ValidationEventArgs^>^ ValidateResponse {
void add (EventHandler<ValidationEventArgs^>^ value);
void remove (EventHandler<ValidationEventArgs^>^ value);
}
O JScript não oferece suporte a eventos.
Comentários
Usado para verificar se a resposta era válida.
Permissões
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.