WebTest.ValidateResponse Event
Occurs when the response to a Web test request has been received and is ready to be validated.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Event ValidateResponse As EventHandler(Of ValidationEventArgs)
'Usage
Dim instance As WebTest
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);
}
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.