Udostępnij za pośrednictwem


Zdarzenie WebTestRequest.ValidateResponse

Występuje, natychmiast po otrzymaniu odpowiedzi.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
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>
Język JScript nie obsługuje zdarzeń.

Uwagi

Używane, aby upewnić się, że odpowiedź była nieprawidłowa.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestRequest Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting