Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Occurs immediately after the response is received.
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 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);
}
JScript does not support events.
Remarks
Used for making sure the response was valid.
.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.